@charset "utf-8";
/* CSS Document */

/* Import font files using @font-face */
@font-face {
    font-family: 'Stinger';
    src: url('../fonts/Stinger-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Optimize font loading */
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/GT-Walsheim-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Optimize font loading */
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/GT-Walsheim-Regular-Oblique.woff2') format('woff2');
    font-weight: 400;
    font-style: oblique;
    font-display: swap; /* Optimize font loading */
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/GT-Walsheim-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap; /* Optimize font loading */
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/GT-Walsheim-Bold-Oblique.woff2') format('woff2');
    font-weight: 700;
    font-style: oblique;
    font-display: swap; /* Optimize font loading */
}