MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.trash/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:'Plus Jakarta Sans', sans-serif;
//$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:#035397;
$color__secondary:#0F52BA;
$color__inverse:#F0F5F7;
$color__contrast:#cf307d;
$color__primary-hover:#c1312c;
$color__inverse-hover:#edf0f2;


// Text-Colors
$color__light: #FFF;
$color__dark : #333;
$color__anchor: #37A000;