/**
 * Подключение семейства шрифтов Gros Ventre
 */

/* Thin (100) */
@font-face {
    font-family: 'Gros Ventre';
    src: url('../fonts/gross/Gros Ventre Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Light (300) */
@font-face {
    font-family: 'Gros Ventre';
    src: url('../fonts/gross/Gros Ventre Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular (400) */
@font-face {
    font-family: 'Gros Ventre';
    src: url('../fonts/gross/Gros Ventre Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Semibold (600) */
@font-face {
    font-family: 'Gros Ventre';
    src: url('../fonts/gross/Gros Ventre Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold (700) */
@font-face {
    font-family: 'Gros Ventre';
    src: url('../fonts/gross/Gros Ventre Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}