18 lines
616 B
SCSS
18 lines
616 B
SCSS
$font-family-sans-serif: "Roboto", "Karla", "Great Vibes", "Helvetica Neue",
|
|
system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Liberation Sans",
|
|
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
|
|
"Noto Color Emoji" !default;
|
|
$font-family-italic: "Roboto Regular 400 Italic";
|
|
$navbar-padding-y: 1.2rem;
|
|
$navbar-padding-x: 2rem;
|
|
$headings-margin-bottom: 1rem;
|
|
$primary: #1a76c7;
|
|
$haq-blue: #edf4f5;
|
|
$text-dark: #000;
|
|
$text-medium: #767676;
|
|
$text-light: #a9a9a9;
|
|
$ultra-light-accent: #e4e4e4;
|
|
$accent-orange: #f27300;
|
|
$link-decoration: none;
|
|
$link-hover-decoration: underline;
|