@font-face {  
  font-family: 'roboto--regular';  
  font-weight: 400;  
  font-style: normal;  
  font-display: swap; /* Read next point */  
  unicode-range: U+000-5FF; /* Download only latin glyphs */  
  src: local('roboto--cond'), 
       url('/fonts/roboto/Roboto-Regular.woff2') format('woff2'),        
       url('/fonts/roboto/Roboto-Regular.woff') format('woff');
}
@font-face {  
  font-family: 'roboto--medium';  
  font-weight: 500;  
  font-style: normal;  
  font-display: swap; /* Read next point */  
  unicode-range: U+000-5FF; /* Download only latin glyphs */  
  src: local('roboto--cond'), 
       url('/fonts/roboto/RobotoCondensed-Regular.woff2') format('woff2'),        
       url('/fonts/roboto/RobotoCondensed-Regular.woff') format('woff');
}
@font-face {  
  font-family: 'roboto--bold';  
  font-weight: 700;  
  font-style: normal;  
  font-display: swap; /* Read next point */  
  unicode-range: U+000-5FF; /* Download only latin glyphs */  
  src: local('roboto--cond'), 
       url('/fonts/roboto/roboto-v20-latin-700.woff2') format('woff2'),        
       url('/fonts/roboto/roboto-v20-latin-700.woff') format('woff');
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap; /* Read next point */  
  unicode-range: U+000-5FF; /* Download only latin glyphs */  
  src: local(''),
       url('/fonts/poppins/poppins-v15-latin-regular.woff2') format('woff2'),
       url('/fonts/poppins/poppins-v15-latin-regular.woff') format('woff');
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap; /* Read next point */  
  unicode-range: U+000-5FF; /* Download only latin glyphs */  
  src: local(''),
       url('/fonts/poppins/poppins-v15-latin-500.woff2') format('woff2'),
       url('/fonts/poppins/poppins-v15-latin-500.woff') format('woff');
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap; /* Read next point */  
  unicode-range: U+000-5FF; /* Download only latin glyphs */  
  src: local(''),
       url('/fonts/poppins/poppins-v15-latin-600.woff2') format('woff2'),
       url('/fonts/poppins/poppins-v15-latin-600.woff') format('woff');
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap; /* Read next point */  
  unicode-range: U+000-5FF; /* Download only latin glyphs */  
  src: local(''),
       url('/fonts/poppins/poppins-v15-latin-700.woff2') format('woff2'),
       url('/fonts/poppins/poppins-v15-latin-700.woff') format('woff');
}