_globals.scss 275 B

12345678910111213141516171819202122232425
  1. body{
  2. font-family: "trueno";
  3. font-size: $font-normal ;
  4. font-weight: 300;
  5. line-height: 1.5;
  6. }
  7. main{
  8. h2{
  9. text-transform: uppercase;
  10. font-family: 'duke';
  11. font-size: $font-extra;
  12. }
  13. }
  14. a{
  15. color:inherit;
  16. }
  17. strong{
  18. font-weight: 600;
  19. }
  20. //TEMP
  21. iframe{
  22. display: none;
  23. }