/* // AauxProOT */
@font-face {
    font-family: 'AauxProOT';
    src: url('../fonts/AauxProOT-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AauxProOT';
    src: url('../fonts/AauxProOT-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* // BarlowCondensed */
@font-face {
    font-family: 'BarlowCondensed';
    src: url('../fonts/BarlowCondensed-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: 'BarlowCondensed';
    src: url('../fonts/BarlowCondensed-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'BarlowCondensed';
    src: url('../fonts/BarlowCondensed-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: 'BarlowCondensed';
    src: url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
}
/* // font-16 */
@font-face {
    font-family: 'font-16';
    src: url('../fonts/font-16.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
}
/* // Montserrat */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-weight: 700;
}
/* // Pacifico */
@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
}




@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    /* font-display: $fa-font-display; */
    src: url('../fonts/vendor/fa-solid-900.woff2') format('woff2'),
      url('../fonts/vendor/fa-solid-900.ttf') format('truetype');
}
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    /* font-display: $fa-font-display; */
    src: url('../fonts/vendor/fa-regular-400.woff2') format('woff2'),
      url('../fonts/vendor/fa-regular-400.ttf') format('truetype');
}
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    /* font-display: $fa-font-display; */
    src: url('../fonts/vendor/fa-brands-400.woff2') format('woff2'),
      url('../fonts/vendor/fa-brands-400.ttf') format('truetype');
}