/**
 * Custom Fonts
 * Шрифты которые есть в папке fonts/
 */

/* Blacker Sans Display - Thin */
@font-face {
    font-family: 'Blacker Sans Display';
    src: url('../fonts/BlackerSansDisplay-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Blacker Sans Display - Regular */
@font-face {
    font-family: 'Blacker Sans Display';
    src: url('../fonts/BlackerSansDisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Blacker Sans Display - Bold */
@font-face {
    font-family: 'Blacker Sans Display';
    src: url('../fonts/BlackerSansDisplay-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Blacker Sans Display - Black */
@font-face {
    font-family: 'Blacker Sans Display';
    src: url('../fonts/BlackerSansDisplay-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Blacker Sans Display - Extrabold */
@font-face {
    font-family: 'Blacker Sans Display';
    src: url('../fonts/BlackerSansDisplay-Extrabold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Casper - Regular */
@font-face {
    font-family: 'Casper';
    src: url('../fonts/Casper_B.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Casper - Italic */
@font-face {
    font-family: 'Casper';
    src: url('../fonts/Casper_B_It.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Arsenal Bold */
@font-face {
    font-family: 'Arsenal';
    src: url('../fonts/Arsenal-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* 
 * CSS Variables для использования шрифтов:
 * 
 * --font-blacker: 'Blacker Sans Display', serif;
 * --font-casper: 'Casper', sans-serif;
 * --font-arsenal: 'Arsenal', sans-serif;
 */
