/* ==================== SERAVEK ==================== */

/* Regular */
@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek-01.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Regular Italic */
@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek-Italic-02.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek-Medium-04.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Medium Italic */
@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek-MediumItalic-03.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek-Light-06.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Light Italic */
@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek-LightItalic-05.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* ExtraLight */
@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek-ExtraLight-08.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* ExtraLight Italic */
@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek-ExtraLightItalic-07.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek-Bold-10.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bold Italic */
@font-face {
    font-family: 'Seravek';
    src: url('../fonts/Seravek-BoldItalic-09.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


/* ==================== AVENIR ==================== */

/* Book (Regular) */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Book-01.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Book Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-BookOblique-02.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Black */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Black-03.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Black Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-BlackOblique-04.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Heavy */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Heavy-05.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Heavy Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-HeavyOblique-06.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Light-07.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Light Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-LightOblique-08.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium-09.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Medium Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-MediumOblique-10.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Roman */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Roman-12.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Oblique */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Oblique-11.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* ==================== PlayFairDisplay ==================== */

@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
     font-display: swap;
}

/* ==================== DM sens ==================== */
@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans_18pt-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans_18pt-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans_18pt-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}