File: /home/imensosw/www/imenso.co/imenso-new/sass/_variables.scss
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');
// Regular
@font-face {
font-family: 'ProximaNova-Regular';
font-style: normal;
font-weight: normal;
src: url('fonts/ProximaNova-Regular.otf');
}
// Bold
@font-face {
font-family: 'ProximaNova-Bold';
font-style: normal;
src: url('fonts/Eina01-Regular.ttf');
}
// Thin
@font-face {
font-family: 'ProximaNova-Thin';
font-style: normal;
font-weight: 300;
src: url('fonts/ProximaNova-Thin.otf');
}
// Extrabold
@font-face {
font-family: 'ProximaNova-Extrabold';
font-style: normal;
font-weight: bold;
src: url('fonts/ProximaNova-Extrabold.otf');
}
// Font-Family
$font__regular: 'Sen', sans-serif;
$font__bold: 'Sen', sans-serif;
$font__thin: 'Sen', sans-serif;
$font__extrabold: 'Sen', sans-serif;
$font__hand: 'Shadows Into Light', cursive;
// Spacer
$spacer:20px;
//Text Color
$color__text:#666;
$color__heading:#484848;
$color__link:#1c3773;
$color__light:#FFF;
//Theme Colors
$color__primary:#1c3773;
$color__secondary:#5D4F46;
$color__inverse:#F0F5F7;
$color__contrast:red;
$color__primary-hover:#c1312c;
$color__inverse-hover:#edf0f2;
// Text-Colors
$color__light: #FFF;
$color__dark : #333;
$color__anchor: #37A000;