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.

36 lines
893 B

10 months ago
10 months ago
10 months ago
  1. $max-content-width: 100em;
  2. $min-content-width: 18em;
  3. $mobile-transition-width: 50em;
  4. $large-transition-width: 80em;
  5. $title-font: 'Roboto', sans-serif;
  6. $body-font: 'iwona-light', sans-serif;
  7. $foreground-color: rgba(10, 3, 15, 0.75);
  8. $footer-color: #332B3A;
  9. $link-color: $foreground-color;
  10. //$link-color: #3E3EB3;
  11. $hover-link-color: #9999FF;
  12. $inverted-link-color: #E9E2EE;
  13. $inverted-hover-link-color: #FFFFFF;
  14. @font-face {
  15. font-family: iwona-light;
  16. src: url(../fonts/iwonalight-regular.otf);
  17. }
  18. @font-face {
  19. font-family: iwona-light-italic;
  20. src: url(../fonts/iwonalight-italic.otf);
  21. }
  22. @font-face {
  23. font-family: iwona-bold;
  24. src: url(../fonts/iwona-bold.otf);
  25. }
  26. @import url(https://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek);
  27. @import url(https://fonts.googleapis.com/css?family=Roboto:100);
  28. @import url(https://fonts.googleapis.com/css?family=Work+Sans:100);