@font-face {
    font-family: 'almas';
    src: url('almas.ttf') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sansation';
    src: url('Sansation_Bold.ttf') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sansation';
    src: url('Sansation_Bold_Italic.ttf') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'sansation';
    src: url('Sansation_Italic.ttf') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'sansation';
    src: url('Sansation_Light.ttf') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sansation';
    src: url('Sansation_Light_Italic.ttf') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'sansation';
    src: url('Sansation_Regular.ttf') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}