/* =========================================
   Font Family: Cera Round Pro
   ========================================= */

/* Thin (100) */
@font-face {
    font-family: 'Cera Round Pro';
    src: url('../fonts/CeraRoundPro/CeraRoundPro-Thin.otf') format('opentype'),
         url('../fonts/CeraRoundPro/CeraRoundPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Light (300) */
@font-face {
    font-family: 'Cera Round Pro';
    src: url('../fonts/CeraRoundPro/CeraRoundPro-Light.otf') format('opentype'),
         url('../fonts/CeraRoundPro/CeraRoundPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular (400) */
@font-face {
    font-family: 'Cera Round Pro';
    src: url('../fonts/CeraRoundPro/CeraRoundPro-Regular.otf') format('opentype'),
         url('../fonts/CeraRoundPro/CeraRoundPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium (500) */
@font-face {
    font-family: 'Cera Round Pro';
    src: url('../fonts/CeraRoundPro/CeraRoundPro-Medium.otf') format('opentype'),
         url('../fonts/CeraRoundPro/CeraRoundPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: 'Cera Round Pro';
    src: url('../fonts/CeraRoundPro/CeraRoundPro-Bold.otf') format('opentype'),
         url('../fonts/CeraRoundPro/CeraRoundPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Black (900) */
@font-face {
    font-family: 'Cera Round Pro';
    src: url('../fonts/CeraRoundPro/CeraRoundPro-Black.otf') format('opentype'),
         url('../fonts/CeraRoundPro/CeraRoundPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* =========================================
   Font Family: Archer Pro
   ========================================= */

/* Hairline (100) */
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-Hairline-Pro.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-HairlineItal-Pro.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Thin (200) */
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-Thin-Pro.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-ThinItal-Pro.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Extra Light / XLight (250) */
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-XLight-Pro.otf') format('opentype');
    font-weight: 250;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-XLightItal-Pro.otf') format('opentype');
    font-weight: 250;
    font-style: italic;
    font-display: swap;
}

/* Light (300) */
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-Light-Pro.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-LightItal-Pro.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Book (400) */
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-Book-Pro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-BookItal-Pro.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Medium (500) */
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-Medium-Pro.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-MediumItal-Pro.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Semibold (600) */
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-Semibold-Pro.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-SembdItal-Pro.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-Bold-Pro.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archer Pro';
    src: url('../fonts/Archer/Archer-BoldItal-Pro.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}