@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "chillax-bold";
    src: url("/static/fonts/Chillax-Bold.woff2") format("woff2"), url("/static/fonts/Chillax-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1 {
    color: #061542;
    font-family: "chillax-bold", sans-serif;
    font-size: 2rem;
}

h2 {
    color: #061542;
    font-family: "chillax-bold", sans-serif;
    font-size: 1.5rem;
}

h3 {
    color: #061542;
    font-family: "chillax-bold", sans-serif;
    font-size: 1rem;
}

p {
    color: #061542;
    font-family: Montserrat, sans-serif;
}

button {
    background-color: #061542;
    font-family: "chillax-bold", sans-serif;
    border: none;
    color: white;
    padding: 1% 2%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-size: 1rem;
}