@font-face {
  font-display: swap; 
  font-family: 'RWB Playfair Display';
  font-style: italic;
  font-weight: normal;
  src: url('../../../../common-components/fonts/PlayfairDisplay-Italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Playfair Display Display';
  font-style: normal;
  font-weight: normal;
  src: url('../../../../common-components/fonts//PlayfairDisplay-Regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'RWB Antonio';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../common-components/fonts/DMSerifDisplay-Italic.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'RWB Antonio';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../common-components/fonts/antonio-v21-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: "RWB Syncopate";
  font-weight: 400;
  font-style: normal;
  src: url('../../../../common-components/fonts/Syncopate-400.woff2') format('woff2');
}

@font-face {
  font-family: "RWB Syncopate";
  font-weight: 700;
  font-style: normal;
  src: url('../../../../common-components/fonts/Syncopate-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'RWB Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../common-components/fonts/roboto-v48-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'RWB Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../../../../common-components/fonts/roboto-v48-latin-italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'RWB Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../../../common-components/fonts/roboto-v48-latin-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'RWB Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../../../../common-components/fonts/roboto-v48-latin-700italic.woff2') format('woff2');
}

@font-face {
  font-family: 'RWB Bebas-neue';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../common-components/fonts/bebas-neue-v15-latin-regular.woff2') format('woff2');
}

:root {
  --rwb-website-header-font-family: 'RWB Bebas-neue', Arial, Helvetica, sans-serif;
  --rwb-primary-heading-font-family: 'RWB Bebas-neue', Arial, Helvetica, sans-serif;

  --rwb-primary-menu-heading-font-family: 'RWB Antonio', Arial, Helvetica, sans-serif;
  --rwb-secondary-menu-heading-font-family: 'RWB Roboto', Arial, Helvetica, sans-serif;

  --rwb-slogan-font-family:  'RWB Playfair Display', Arial, Helvetica, sans-serif;
  --rwb-footer-font-family: 'RWB Roboto', Arial, Helvetica, sans-serif;
  --rwb-body-font-family: 'RWB Roboto', Arial, Helvetica, sans-serif;
}
