nowa-panda/themes/panda-theme/assets/css/variables.css

16 lines
359 B
CSS
Raw Normal View History

2025-07-07 07:52:36 +00:00
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
:root {
/* breakpoints */
--breakpoint-md: 768px;
--breakpoint-lg: 1024px;
/* colors */
--white: #ffffff;
--primary: #094654;
--secondary: #00B4E1;
--yellow: #ffab0a;
--footer-bg: #92CDDB;
--background: #DDE9EC;
--button-color:#0F6472;
}