/* --- Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@700&display=swap');

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rajdhani', sans-serif !important
}
  
/* --- Colors --- */
:root {
    --main: #A933E0;
    --main-light: #8929B6;
    --main-dark: #0CBA66;
    --hover-dark: #0FDA79;
}