@import url("https://use.typekit.net/sra7xri.css");

:root {
    --font:"europa",sans-serif;
    --c-accent: #00c6ee;
    --c-grey:#F0F3F4;
    --c-dark: #23272B;
    --c-dark2: #000320;
    --grid-three-items:3;
    --grid: 1260px;
    --transitions: all .4s ease;
    --header-height: 84px;
}