/* Font definitions */
@font-face {
  font-family: 'Tanker-Regular';
  src: url('../fonts/Tanker-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* Ensure line height is consistently applied to all text */
* {
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

/* Custom font styles */
.content-text {
  line-height: 2.0;
}