/* Import fonts */
@font-face {
    font-family: 'Suisse';
    font-weight: 400;
    font-style: normal;
    src: url("/assets/SuisseIntl-Book-bf7db164.woff2");
    font-display: swap;
}

@font-face {
    font-family: 'Suisse';
    font-weight: 400;
    font-style: italic;
    src: url("/assets/SuisseIntl-BookIt-6e51867c.woff2");
    font-display: swap;
}

@font-face {
    font-family: 'Suisse';
    font-weight: 500;
    font-style: normal;
    src: url("/assets/SuisseIntl-Medium-86a01cae.woff2");
    font-display: swap;
}

@font-face {
    font-family: 'Suisse';
    font-weight: 500;
    font-style: italic;
    src: url("/assets/SuisseIntl-Medium-86a01cae.woff2");
    font-display: swap;
}

@font-face {
    font-family: 'Suisse';
    font-weight: 600;
    font-style: normal;
    src: url("/assets/SuisseIntl-Semibold-3e8c1317.woff2");
    font-display: swap;
}

@font-face {
    font-family: 'Suisse';
    font-weight: 600;
    font-style: italic;
    src: url("/assets/SuisseIntl-SemiboldIt-b67c07ef.woff2");
    font-display: swap;
}

@font-face {
    font-family: 'Arketa';
    font-weight: 400;
    font-style: normal;
    src: url("/assets/OOArketaTrial-Regular-b51bb6e3.otf");
    font-display: swap;
}

/* Variables */
:root {
    --black: #000;
    --white: #F8EADA;
    --orange: #F29D6E;
    --brown: #BC8B4C;
    --blue: #9AB4CC;
    --max-width: 1500px;
    --border-radius: 0.5rem;
    --page-padding: 6rem 1rem;
}