@font-face {
  font-family: 'Big Shoulders Text';
  font-style: normal;
  font-weight: 400;
  src: local('Big Shoulders Text Regular'), local('BigShouldersText-Regular'),
       url('../fonts/big-shoulders-text-v1-latin-regular.woff2') format('woff2'), 
       url('../fonts/big-shoulders-text-v1-latin-regular.woff') format('woff'); 
 font-display: swap;              
}

@font-face {
  font-family: 'Big Shoulders Text';
  font-style: normal;
  font-weight: 600;
  src: local('Big Shoulders Text SemiBold'), local('BigShouldersText-SemiBold'),
       url('../fonts/big-shoulders-text-v1-latin-600.woff2') format('woff2'), 
       url('../fonts/big-shoulders-text-v1-latin-600.woff') format('woff'); 
 font-display: swap;              
}

@font-face {
  font-family: 'Big Shoulders Text';
  font-style: normal;
  font-weight: 700;
  src: local('Big Shoulders Text Bold'), local('BigShouldersText-Bold'),
       url('../fonts/big-shoulders-text-v1-latin-700.woff2') format('woff2'), 
       url('../fonts/big-shoulders-text-v1-latin-700.woff') format('woff'); 
 font-display: swap;              
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v20-latin-300.woff2') format('woff2'),
       url('../fonts/roboto-v20-latin-300.woff') format('woff');
 font-display: swap;                  
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'),
       url('../fonts/roboto-v20-latin-regular.woff') format('woff');
 font-display: swap;     
}