@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');

@font-face {
    font-family: "Agrandir";
    src: url("../../assets/fonts/agrandir/Agrandir-GrandLight.otf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Agrandir";
    src: url("../../assets/fonts/agrandir/Agrandir-Regular.otf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Agrandir";
    src: url("../../assets/fonts/agrandir/Agrandir-TextBold.otf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Agrandir";
    src: url("../../assets/fonts/agrandir/Agrandir-GrandHeavy.otf");
    font-weight: 900;
    font-style: normal;
}