@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

@font-face {
    font-family: 'Garamond Premier Pro Semi Bold';
    src: url(/src/Presentation/assets/fonts/Garamond-Premier-Pro/Garamond-Premier-Pro-Smbd.otf);
}

@font-face {
    font-family: 'Inter';
    src: url(/src/Presentation/assets/fonts/Inter/Inter_18pt-Light.ttf);
}

@font-face {
    font-family: 'Inter Italic';
    src: url(/src/Presentation/assets/fonts/Inter/Inter_18pt-Italic.ttf);
}

@font-face {
    font-family: 'Inter Medium';
    src: url(/src/Presentation/assets/fonts/Inter/Inter_18pt-Medium.ttf);
}

@font-face {
    font-family: 'Inter Bold';
    src: url(/src/Presentation/assets/fonts/Inter/Inter_18pt-Bold.ttf);
}

@font-face {
    font-family: 'Inter Semi-Bold';
    src: url(/src/Presentation/assets/fonts/Inter/Inter_18pt-SemiBold.ttf);
}

@font-face {
    font-family: 'Inter Extra-Bold';
    src: url(/src/Presentation/assets/fonts/Inter/Inter_18pt-ExtraBold.ttf);
}

@font-face {
    font-family: 'Lora Semi-Bold';
    src: url(/src/Presentation/assets/fonts/Lora/Lora-SemiBold.ttf);
}

@font-face {
    font-family: 'Gelasio';
    src: url(/src/Presentation/assets/fonts/Gelasio/Gelasio-Regular.ttf);
}

@font-face {
    font-family: 'Gelasio Semi-Bold';
    src: url(/src/Presentation/assets/fonts/Gelasio/Gelasio-SemiBold.ttf);
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url(/src/Presentation/assets/fonts/Source-Serif-Pro/SourceSerifPro-Regular.otf);
}

@font-face {
    font-family: 'Source Serif Pro Semi-Bold';
    src: url(/src/Presentation/assets/fonts/Source-Serif-Pro/SourceSerifPro-Semibold.otf);
}

@font-face {
    font-family: 'Merriweather';
    src: url(/src/Presentation/assets/fonts/Merriweather/Merriweather_24pt-Regular.ttf);
}

@font-face {
    font-family: 'Source Serif 4';
    src: url(/src/Presentation/assets/fonts/Source-Serif-4/SourceSerif4_18pt-Regular.ttf);
}

@font-face {
    font-family: 'Source Serif 4 Semi-Bold';
    src: url(/src/Presentation/assets/fonts/Source-Serif-4/SourceSerif4_18pt-SemiBold.ttf);
}

@font-face {
    font-family: 'Source Serif 4 Medium';
    src: url(/src/Presentation/assets/fonts/Source-Serif-4/SourceSerif4_18pt-Medium.ttf);
}

@font-face {
    font-family: 'Source Serif 4 Bold';
    src: url(/src/Presentation/assets/fonts/Source-Serif-4/SourceSerif4_18pt-Bold.ttf);
}

@font-face {
    font-family: 'Roboto';
    src: url(/src/Presentation/assets/fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto Light';
    src: url(/src/Presentation/assets/fonts/Roboto/Roboto-Light.ttf);
}

@font-face {
    font-family: 'Roboto Medium';
    src: url(/src/Presentation/assets/fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: 'Roboto Semi-Bold';
    src: url(/src/Presentation/assets/fonts/Roboto/Roboto-SemiBold.ttf);
}

@font-face {
    font-family: 'Roboto Bold';
    src: url(/src/Presentation/assets/fonts/Roboto/Roboto-Bold.ttf);
}