at path:
ROOT
/
wp-content
/
themes
/
kadu
/
assets
/
scss
/
abstracts
/
_variables.scss
run:
R
W
Run
_common.scss
5.66 KB
2024-06-02 10:09:04
R
W
Run
Delete
Rename
_variables.scss
1.58 KB
2024-06-02 05:07:24
R
W
Run
Delete
Rename
error_log
up
📄
_variables.scss
Save
@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap'); /* root-veriable-start */ :root { scroll-behavior: inherit; --kd-font-pr-1: "Urbanist", sans-serif; --kd-font-sd-1: "Just Another Hand", cursive; --kd-font-barlow: "Barlow Semi Condensed", sans-serif; --kd-font-fraunces: "Fraunces", serif; --kd-clr-pr-1: #005e4f; --kd-clr-pr-4: #D70007; --kd-clr-sd-1: #ef991f; --kd-clr-sd-4: #08D565; --kd-clr-h-1: #363539; --kd-clr-p-1: #797a84; --cube-1: cubic-bezier(.57,.21,.69,1.25); --cube-2: cubic-bezier(0.31, -0.105, 0.43, 1.4); } /* root-veriable-end */ $over:'(min-width: 1800px)'; $xxxl: 'only screen and (min-width: 1600px) and (max-width: 1799px)'; $xxl: 'only screen and (min-width: 1400px) and (max-width: 1599px)'; $xl: 'only screen and (min-width: 1200px) and (max-width: 1399px)'; $lg: 'only screen and (min-width: 992px) and (max-width: 1199px)'; $md:'only screen and (min-width: 768px) and (max-width: 991px)'; $sm: 'only screen and (min-width: 576px) and (max-width: 767px)'; $xs:'(max-width: 767px)';