/home/kueuepay/public_html/public/frontend/sass/abstracts/_variables.scss
/*-------------------------------------------------
    [ ### font-variable start ]
*/
$font_heading: 'Outfit', sans-serif;
$font_body: 'Outfit', sans-serif;
/*-------------------------------------------------
    [ ### font-variable end ]
*/

/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
$font-awesome: 'Font Awesome 5 Free';
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/

/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
$base__font-size: 14px;
$heading__one: 65px;
$heading__two: 35px;
$heading__three: 22px;
$heading__four: 18px;
$heading__five: 14px;
$heading__six: 12px;
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/

/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
$font__line-height-body: 1.5em;
$font__line-height-heading: 1.3em;
$font__line-height-paragraph: 1.7em;
$font__line-height-pre: 1.6em;
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/

/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
$white: #ffffff; // white color
$color--heading: #ffffff; // Heading color
$color--text: #c4c5cf; // Text color
$base--color: #8358ff; // Base color
$border--base: #363a5d; // Border base color
$section--bg: #101436; // Section bg color
$body--bg: #0d102d; // Body bg color
$bg--gray: #131740; // Gray bg color
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
User Login
top