/*
@font-face {
  font-display: swap; 
  font-family: 'RWB Antonio 100';
  font-style: normal;
  font-weight: 100;
  src: url('../../../../common-components/fonts/antonio-v21-latin-100.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'RWB Antonio 200';
  font-style: normal;
  font-weight: 200;
  src: url('../../../../common-components/fonts/antonio-v21-latin-200.woff2') format('woff2');
}
@font-face {
  font-display: swap; 
  font-family: 'RWB Antonio 300';
  font-style: normal;
  font-weight: 300;
  src: url('../../../../common-components/fonts/antonio-v21-latin-300.woff2') format('woff2'); 
}
*/
@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 Antonio';
  font-style: normal;
  font-weight: 500;
  src: url('../../../../common-components/fonts/antonio-v21-latin-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'RWB Antonio';
  font-style: normal;
  font-weight: 600;
  src: url('../../../../common-components/fonts/antonio-v21-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap; 
  font-family: 'RWB Antonio';
  font-style: normal;
  font-weight: 700;
  src: url('../../../../common-components/fonts/antonio-v21-latin-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 italic';
  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 Raleway";
    src: url("../../../../common-components/fonts/Raleway-MediumItalic.woff2") format("woff2"),
         url("../../../../common-components/fonts/Raleway-Mediumitalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
*/


@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-font-primary-heading: 'RWB Bebas-neue', Arial, Helvetica, sans-serif; 
  --rwb-font-secondary-heading: 'RWB Playfair Display', Arial, Helvetica, sans-serif;
  --rwb-font-primary-menu-heading: 'RWB Antonio', Arial, Helvetica, sans-serif;
  --rwb-font-secondary-menu-heading: 'RWB Antonio', Arial, Helvetica, sans-serif;
/*
  --rwb-font-primary-heading: 'RWB Syncopate', Arial, Helvetica, sans-serif;
  --rwb-font-secondary-heading: 'RWB Syncopate', Arial, Helvetica, sans-serif;
  --rwb-font-primary-menu-heading: 'RWB Roboto',  Arial, Helvetica, sans-serif;
  --rwb-font-secondary-menu-heading: 'RWB Roboto', Arial, Helvetica, sans-serif; */
}


