@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Raleway:wght@100..900&display=swap');

* {
    font-family: "Geist", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.mejso {
    font-family: 'Raleway', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.hero {
    background: #3a9eb4;
    background: radial-gradient(circle at bottom left, rgb(58, 158, 180) 0%, rgb(29, 104, 253) 40%, rgb(66, 209, 194) 100%);
}