/* internal fonts */
/*@font-face {
   font-family: "Rubik", sans-serif;;
   src: url('../fonts/Rubik/Rubik-VariableFont_wght.ttf') format('truetype');;
}
*/
/* external fonts */
/* font-weight: 300 to 900 */
/*.rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300; 
  font-style: normal;
}
*/

/* typography defaults */

html{ 
   font-size: 1px;/*for using REM units*/
}

body{
   font-family: "Rubik", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
   font-size: 16rem;
   font-weight: 400;
   line-height: 1.3;
   color: #FFF;
}
