@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
         url('../fonts/CenturyGothic.woff') format('woff'),
         url('../fonts/CenturyGothic.ttf') format('truetype');
  }

@font-face {
    font-family: 'KorolevBold';
    src: url('../fonts/Korolev Bold.otf') format('truetype'); /* Usar 'truetype' para .ttf */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KorolevThin';
    src: url('../fonts/Korolev Thin.otf') format('truetype'); /* Usar 'truetype' para .ttf */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KorolevMedium';
    src: url('../fonts/Korolev\ Medium.otf') format('truetype'); /* Usar 'truetype' para .ttf */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KorolevRoundedBold';
    src: url('../fonts/Korolev_Rounded_Bold.otf') format('truetype'); /* Usar 'truetype' para .ttf */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KorolevRoundedLight';
    src: url('../fonts/Korolev_Rounded_Light.otf') format('truetype'),
         url('../fonts/Korolev_Rounded_Light.woff2') format('woff2'),
         url('../fonts/Korolev_Rounded_Light.woff') format('woff');
}

@font-face {
    font-family: 'KorolevRoundedMedium';
    src: url('../fonts/Korolev_Rounded_Medium.otf') format('truetype'); /* Usar 'truetype' para .ttf */
    font-weight: normal;
    font-style: normal;
}


