/* --- 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: #CDA8DD;
    --main-light: #99D3EC;
    --main-dark: #9565AA;
    --hover-dark: #9565AA;
}