You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.1KB

  1. $dir-fonts: '/public/assets/fonts/';
  2. $dir-img: '/public/assets/img/';
  3. $yellow: #fce767;
  4. $red: #e73452;
  5. $orange: #dc5b2f;
  6. $blue: #17428c;
  7. $green: #568b6f;
  8. $maron: #925038;
  9. $headerheight: 122px;
  10. @font-face {
  11. font-family: 'dinregular';
  12. src: url($dir-fonts + 'din_regular-webfont.eot');
  13. src: url($dir-fonts + 'din_regular-webfont.eot?#iefix') format('embedded-opentype'),
  14. url($dir-fonts +'din_regular-webfont.woff2') format('woff2'),
  15. url($dir-fonts +'din_regular-webfont.woff') format('woff'),
  16. url($dir-fonts +'din_regular-webfont.ttf') format('truetype'),
  17. url($dir-fonts +'din_regular-webfont.svg#dinregular') format('svg');
  18. font-weight: normal;
  19. font-style: normal;
  20. }
  21. @font-face {
  22. font-family: 'dinbold';
  23. src: url($dir-fonts + 'din_bold-webfont.eot');
  24. src: url($dir-fonts + 'din_bold-webfont.eot?#iefix') format('embedded-opentype'),
  25. url($dir-fonts +'din_bold-webfont.woff2') format('woff2'),
  26. url($dir-fonts +'din_bold-webfont.woff') format('woff'),
  27. url($dir-fonts +'din_bold-webfont.ttf') format('truetype'),
  28. url($dir-fonts +'din_bold-webfont.svg#dinregular') format('svg');
  29. font-weight: normal;
  30. font-style: normal;
  31. }
  32. @font-face {
  33. font-family: 'FranklinGothic';
  34. src: url($dir-fonts + 'franklingothic-webfont.eot');
  35. src: url($dir-fonts + 'franklingothic-webfont.eot?#iefix') format('embedded-opentype'),
  36. url($dir-fonts +'franklingothic-webfont.woff2') format('woff2'),
  37. url($dir-fonts +'franklingothic-webfont.woff') format('woff'),
  38. url($dir-fonts +'franklingothic-webfont.ttf') format('truetype'),
  39. url($dir-fonts +'franklingothic-webfont.svg#dinregular') format('svg');
  40. font-weight: normal;
  41. font-style: normal;
  42. }
  43. @font-face {
  44. font-family: 'Georgia';
  45. src: url($dir-fonts + 'georgia-webfont.eot');
  46. src: url($dir-fonts + 'georgia-webfont.eot?#iefix') format('embedded-opentype'),
  47. url($dir-fonts +'georgia-webfont.woff2') format('woff2'),
  48. url($dir-fonts +'georgia-webfont.woff') format('woff'),
  49. url($dir-fonts +'georgia-webfont.ttf') format('truetype'),
  50. url($dir-fonts +'georgia-webfont.svg#dinregular') format('svg');
  51. font-weight: normal;
  52. font-style: normal;
  53. }