
/*
################################################################################
##
##  source: https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap
##
##  **  latin **
##  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, 
##  U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, 
##  U+2215, U+FEFF, U+FFFD;
##
##  **  added .htaccess in roboto directory to enable CORS  **
##
##  Header add Access-Control-Allow-Origin "*"
##
##  <FilesMatch ".(otf|ttf|eot|woff|woff2)$">
##  SetEnvIf Origin "^http(s)?://(.+.)?(localhost|biznetkc.com)$" origin_is=$0
##  Header set Access-Control-Allow-Origin "*"
##  </FilesMatch>
##
################################################################################
*/

/********************************** REGULAR ***********************************/

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/roboto/roboto-100.woff2') format('woff2'); 
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/roboto/roboto-300.woff2') format('woff2');  
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto/roboto-400.woff2') format('woff2');  
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/roboto/roboto-500.woff2') format('woff2'); 
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto/roboto-700.woff2') format('woff2'); 
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/roboto/roboto-900.woff2') format('woff2'); 
}

/********************************** ITALICS ***********************************/

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/roboto/roboto-100-italic.woff2') format('woff2');  
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/roboto/roboto-300-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto/roboto-400-italic.woff2') format('woff2'); 
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/roboto/roboto-500-italic.woff2') format('woff2');   
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto/roboto-700-italic.woff2') format('woff2');   
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/roboto/roboto-900-italic.woff2') format('woff2');   
}

/******************************************************************************/
