/* * Ousía Website CSS * * (c) Andreas Stöckel, 2015 * * This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 * International License. */ /* Import fonts */ @font-face { font-family: 'Noto Sans'; font-style: normal; font-weight: 400; src: local('Noto Sans'), local('NotoSans'), url('../fonts/NotoSans.ttf') format('truetype'); } @font-face { font-family: 'Noto Sans'; font-style: normal; font-weight: 700; src: local('Noto Sans Bold'), local('NotoSans-Bold'), url('../fonts/NotoSansBold.ttf') format('truetype'); } @font-face { font-family: 'Noto Sans'; font-style: italic; font-weight: 400; src: local('Noto Sans Italic'), local('NotoSans-Italic'), url('../fonts/NotoSansItalic.ttf') format('truetype'); } /* Layout */ @layout-width: 48em; /* Color constants */ @color-light: #999; @color-bg: #fcfcfd; @color-bg-box: #f3f3f3; @color-text: #333; @color-text-footer: #f5f5f8; @color-main: crimson; @color-footer: #333; @color-link: #5c3566; @color-link-hover: #ad7fa8; @color-link-visited: #75507b; /* Font constants */ @font-main: 'DejaVu Sans', sans-serif; @font-monospace: monospace; @font-serif: Palatino, serif;