aboutsummaryrefslogtreecommitdiff
path: root/sass/styles.scss
blob: f4e5b79f23c723a78648b237c56e930735d55fa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@charset "utf-8";
@import "reset";

$color-bg: #292a2d;
$color-bg-alt: hwb(0deg 0% 100% / 20%);
$color-bg-code: #3b3d42;
$color-blossom: #6da13f;
$color-fade: #608b4e;
$color-header: #252627;
$color-text: #a9a9b3;
$font-family-base: "Inter var experimental", "Inter var",-apple-system,"BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",sans-serif;
$font-feature: "calt", "case", "liga", "locl", "ss01", "tnum", "zero";
$font-size-base: 1.8rem;

@import "mixins";
@import "framework";
@import "navbar";