﻿/*  
---------------------------------------------------
Fonts
---------------------------------------------------  
*/


/* TITILLIUM WEB */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/Titillium Web/Titillium Web Light.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Titillium Web/Titillium Web Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Titillium Web/Titillium Web Bold.woff2') format('woff2');
    font-display: swap;
}


/* HELIOS */
@font-face {
    font-family: 'Helios';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/helios/helios.woff') format('woff');
    font-display: swap;
}