|
$background-color: #EEEEEE;
|
|
$foreground-color: #444;
|
|
$accent-color: #ca9ee6;
|
|
$accent-color-light: #f4b8e4;
|
|
$accent-color-dark: #ea999c;
|
|
$radius: 10px;
|
|
|
|
@font-face {
|
|
font-family: Cozette;
|
|
src: url(/assets/CozetteVector.otf);
|
|
}
|
|
|
|
@import '_scss/base', '_scss/navigation';
|