// @import url('fonts.googleapis.com/css2?family=Quicksand&display=swap'); @import url('fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap'); @import url('fonts.googleapis.com/css2?family=Nunito&display=swap');
// —————————————————————— // [Color codes]
$primary-color: #5fb9fd; $primary-color2: #5960ff; $title-color: #222222; $text-color: #777777; $aquablue-color: edf6ff;
$white: fff; $offwhite: e9e9e9; $black: #222;
// ———————————————————————–*/
@import 'theme/header'; @import 'theme/blog'; @import 'theme/faq'; @import 'theme/pagination'; @import 'theme/pagination2'; @import 'theme/footer';