/* JUNICODE */

@font-face {
    font-family: "Junicode";
    src: url(./fonts/Junicode/JunicodeRegularCondensed.ttf);
    font-weight: normal;
    font-style: normal;
}

/* SENTIENT */

@font-face {
    font-family: "Sentient";
    src: url(./fonts/Sentient/Sentient-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Sentient";
    src: url(./fonts/Sentient/Sentient-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Sentient";
    src: url(./fonts/Sentient/Sentient-Medium.ttf);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Sentient";
    src: url(./fonts/Sentient/Sentient-MediumItalic.ttf);
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Sentient";
    src: url(./fonts/Sentient/Sentient-Bold.ttf);
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Sentient";
    src: url(./fonts/Sentient/Sentient-BoldItalic.ttf);
    font-weight: 800;
    font-style: italic;
}

/* SPACE GROTESKE */

@font-face {
    font-family: "Space";
    src: url(./fonts/SpaceGrotesk/SpaceGrotesk-Regular.woff2);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Space";
    src: url(./fonts/SpaceGrotesk/SpaceGrotesk-Medium.woff2);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Space";
    src: url(./fonts/SpaceGrotesk/SpaceGrotesk-Bold.woff2);
    font-weight: 800;
    font-style: normal;
}