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

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato_display/CreatoDisplay-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato_display/CreatoDisplay-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato_display/CreatoDisplay-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato_display/CreatoDisplay-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato_display/CreatoDisplay-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato_display/CreatoDisplay-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato_display/CreatoDisplay-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato_display/CreatoDisplay-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato_display/CreatoDisplay-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato_display/CreatoDisplay-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato_display/CreatoDisplay-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato_display/CreatoDisplay-ExtraBoldItalic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato_display/CreatoDisplay-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato_display/CreatoDisplay-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

body, html {
    font-family: 'Inter', 'Creato Display', sans-serif;
}

