@font-face {
    font-family: 'ACYBold';
    src: url('../fonts/AvertaCY-Bold.woff2') format('woff2'),
        url('../fonts/AvertaCY-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ACYRegular';
    src: url('../fonts/AvertaCY-Regular.woff2') format('woff2'),
        url('../fonts/AvertaCY-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ACYLight';
    src: url('../fonts/AvertaCY-Light.woff2') format('woff2'),
        url('../fonts/AvertaCY-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ACYSemibold';
    src: url('../fonts/AvertaCY-Semibold.woff2') format('woff2'),
        url('../fonts/AvertaCY-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'iCielBrandonText';
    src: url('../fonts/iCielBrandonText-Bold.woff2') format('woff2'),
        url('../fonts/iCielBrandonText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FyodorExp';
    src: url('../fonts/Fyodor-BoldExpanded.woff2') format('woff2'),
        url('../fonts/Fyodor-BoldExpanded.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Roboto', sans-serif;
}