/* WorkSans regular */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'WorkSans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/WorkSans-Medium.woff') format('woff'),
    url('../fonts/WorkSans-Medium.ttf') format('truetype')
}

/* Raleway Sans-Serif */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Raleway-Medium.woff') format('woff'),
    url('../fonts/Raleway-Medium.ttf') format('truetype')
}

/* BasisGrotesque */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'BasisGrotesque';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/basis_grotesque_regular.woff2') format('woff2');
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'BasisGrotesque';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/BasisGrotesque-Bold.woff2') format('woff2');
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'FutureBT';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/FuturaBT-HeavyItalic.woff2') format('woff2');
}