:root {

    /* COLORS */

    --c1: #3AA7E2;

    --c11: #76B5DE;

    --c2: #dff9ff;

    --c3: #caf6f4;

    --ct: #5A6978;

    --cbg: #f7f7f7;

    --cbgd: #e9ebee;

    --cbgw: #FBFBFB;

    --cw: #FFF;

    --cb: #000;



    /* FONT */

    --fp: 'Inter', Sans-Serif;

    --fpb: 'Inter-Bold', Sans-Serif;

    --fh1: 'Inter-Bold', Sans-Serif;

    --dfs: 1rem;



    /* COMPONENTS */

    --bs: 0 2px 10px 0 rgba(0, 0, 0, .15);

    --ts: 2px 2px 10px rgba(0, 0, 0, .15);



    /* GRID */

    --gw: 71.25rem;

    --gv: 1.25rem;

    --gvs: 1.25rem;

    --gh: 3.75rem;

}



/* TIPOGRAFIES */

@font-face {

    font-family: 'Inter';

    font-style: normal;

    font-weight: 300;

    font-display: swap;

    src: local(Inter), url(/css/Inter.woff) format("woff");

}



@font-face {

    font-family: 'Inter-Bold';

    font-style: normal;

    font-weight: 400;

    font-display: swap;

    src: local(Inter-Bold), url(/css/Inter-Bold.woff) format("woff");

}