OwlCyberSecurity - MANAGER
Edit File: _variables.scss
/*=============== GOOGLE FONTS ===============*/ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap'); /*=============== VARIABLES CSS ===============*/ :root{ --header-height: 3.5rem; /*========== Colors ==========*/ /*Color mode HSL(hue, saturation, lightness)*/ --first-color: hsl(220, 68%, 54%); --first-color-lighten: hsl(220, 68%, 97%); --title-color: hsl(220, 48%, 28%); --text-color: hsl(220, 12%, 45%); --body-color: hsl(220, 100%, 99%); /*========== Font and typography ==========*/ /*.5rem = 8px | 1rem = 16px ...*/ --body-font: 'Poppins', sans-serif; --normal-font-size: .938rem; --small-font-size: .813rem; --smaller-font-size: .75rem; // Responsive typography @media screen and (min-width: 1024px){ --normal-font-size: 1rem; --small-font-size: .875rem; --smaller-font-size: .813rem; } /*========== Font weight ==========*/ --font-medium: 500; --font-semi-bold: 600; /*========== z index ==========*/ --z-tooltip: 10; --z-fixed: 100; }