_vars.scss
652 Bytes
// $main: #012060;
// $black: #000000;
// $white: #FFFFFF;
@mixin co() {
font-family: 'Cormorant SC', serif;
}
@mixin font-face($font-family, $path, $font-weight, $font-style) {
@font-face {
font-family: $font-family;
src: url('../fonts/#{$path}.woff2') format('woff2'),
url('../fonts/#{$path}.woff') format('woff');
font-weight: $font-weight;
font-style: $font-style;
font-display: swap;
}
}
$vmainGrey: #333B49;
$vMain3: #ABB2BF;
$vMain2: #636B78;
$vactiveOrange: #F5851A;
$b1200: 1200px;
$b1024: 1024px;
$b780: 780px;
$b640: 640px;
$b480: 480px;
// @media (min-width: ) {
// }