/* Suisse Intl Mono Font Import */

@font-face {
    font-family: 'Suisse Intl Mono';
    src: url('suisse/SuisseIntlMono.woff2') format('woff2'),
        url('suisse/SuisseIntlMono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.suisse {
    font-family: 'Suisse Intl Mono';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Yoster Island Font Import */

@font-face {
    font-family: 'Yoster Island';
    src: url('yoster-island/yoster.woff2') format('woff2'),
        url('yoster-island/yoster.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.yoster {
    font-family: 'Yoster Island';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Stevie Sans Font Import */

@font-face {
  font-family: 'Stevie Sans Thin';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('stevie-sans/StevieSansThin-100.woff2') format('woff2'),
       url('stevie-sans/StevieSansThin-100.woff') format('woff');
}

.stevie-sans-thin {
    font-family: 'Stevie Sans';
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Stevie Sans';
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: url('stevie-sans/StevieSansThin-400.woff2') format('woff2'),
       url('stevie-sans/StevieSansThin-400.woff') format('woff');
}

.stevie-sans-regular {
    font-family: 'Stevie Sans';
    font-weight: 350;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Stevie Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('stevie-sans/StevieSansThin-900.woff2') format('woff2'),
       url('stevie-sans/StevieSansThin-900.woff') format('woff');
}

.stevie-sans-black {
    font-family: 'Stevie Sans';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Stevie Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('stevie-sans/StevieSansThin-700.woff2') format('woff2'),
       url('stevie-sans/StevieSansThin-700.woff') format('woff');
}

.stevie-sans-bold {
    font-family: 'Stevie Sans';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Stevie Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('stevie-sans/StevieSansThin-400.woff2') format('woff2'),
       url('stevie-sans/StevieSansThin-400.woff') format('woff');
}

.stevie-sans-book {
    font-family: 'Stevie Sans';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Stevie Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('stevie-sans/StevieSansThin-500.woff2') format('woff2'),
       url('stevie-sans/StevieSansThin-500.woff') format('woff');
}

.stevie-sans-medium {
    font-family: 'Stevie Sans';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Colour Styles */

.red {
    color: #EB0000;
}

.gray {
    color: #2D2D2D;
}

/* Text Styles */

.underlined {
    text-decoration: underline;
}

/* Font Sizes */
.body-text {
    font-size: 1rem;
}

.medium-text {
    font-size: 1.5rem;
}

.large-text {
    font-size: 2rem;
}

.larger-text {
    font-size: 3rem;
}

.caption-text {
    font-size: 0.875rem;
}

.header-text {
    font-size: 0.75rem;
}

/* Line Height */

.l-150 {
   line-height: 150%;
}

/* Text Alignment */

.align-right {
    text-align: right;
}