<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------------------
    FONTS
----------------------------------------------------- */

/* Work Sans */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600;700;800;900&amp;display=swap');

/* EINA */

/* ---------------------------------------------------
   LIGHT
----------------------------------------------------- */
@font-face {
    font-family: 'Eina 01';
    src: url('../fonts/Eina01-Light.woff2') format('woff2'),
        url('../fonts/Eina01-Light.woff') format('woff'),
        url('../fonts/Eina01-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ---------------------------------------------------
   REGULAR
----------------------------------------------------- */
@font-face {
    font-family: 'Eina 01';
    src: url('../fonts/Eina01-Regular.woff2') format('woff2'),
        url('../fonts/Eina01-Regular.woff') format('woff'),
        url('../fonts/Eina01-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ---------------------------------------------------
   BOLD
----------------------------------------------------- */
@font-face {
    font-family: 'Eina 01';
    src: url('../fonts/Eina01-Bold.woff2') format('woff2'),
        url('../fonts/Eina01-Bold.woff') format('woff'),
        url('../fonts/Eina01-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}</pre></body></html>