/* --- Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Marcellus', serif !important
}
  
/* --- Colors --- */
:root {
    --main: #5065A1;
    --main-light: #F2C58A;
    --main-dark: #34495E;
    --hover-dark: #34495E;
}