@import url('https://fonts.googleapis.com/css2?family=Averia+Libre:wght@700&display=swap');

:root {
  --theme-font: 'Averia Libre', cursive;
  --theme-secondary: #259e8f;
  --theme-secondary-dark: #094842;
  --theme-secondary-dark-opacity: #0948424d;
  --theme-white: #f9f7f0;
  --theme-tertiary: #f7edc9;
  --theme-primary-light: #5b7370;
  --theme-primary: #2c4143;
  --theme-peps: #f4683b;
}
