@font-face {
  font-family: 'Fason';
  src: url('../fonts/Fason_Regular_Web.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Heading-Now-Extrabold';
  src: url('../fonts/Heading-Now-27-Extrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Heading-Now';
  src: url('../fonts/Heading-Now-63-Book.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
    --font-heading-extrabold: 'Heading-Now-Extrabold';
    --font-heading: 'Heading-Now';
    --font-body: 'Fason';

    --color-primary: #FF6F37;
    --color-gray: #4C4C4C;
}