@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
--theme-font-family: 'Poppins';

--accent-theme-color: #228587;
--accent-theme-color-rgb: 34, 133, 135;

--theme-color: #228587;
--theme-color-rgb: 34, 133, 135;

--secondary-theme-color: #228587;
--secondary-theme-color-rgb: 34, 133, 135;

--font-color: #303030;
--font-color-rgb: 48, 48, 48;

--pulse-shadow-color: #228587;
--pulse-shadow-color-rgb: 34, 133, 135;

--button-background-color: #228587;
--button-font-color: #FFFFFF;

}
