@font-face {
  font-family: 'Roboto';
  src: url('./roboto/Roboto-Light.woff2') format('woff2'),
  url('./roboto/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('./roboto/Roboto-Regular.woff2') format('woff2'),
  url('./roboto/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./roboto/Roboto-Medium.woff2') format('woff2'),
  url('./roboto/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Merriweather';
  src: url('./merriweather/Merriweather-Regular.woff2') format('woff2'),
  url('./merriweather/Merriweather-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('./merriweather/Merriweather-Light.woff2') format('woff2'),
  url('./merriweather/Merriweather-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family-default: 'Roboto', Helvetica, Arial, sans-serif;
  --font-family-title: 'Merriweather', Helvetica, Arial, sans-serif;
  --font-family-medium-title: 'Merriweather', Helvetica, Arial, sans-serif;

  --font-weight-heading: 300;
  --font-weighthighlight-bold: 500;

  --font-primary-opacity: 0.6;
}
