@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');

:root {
    --brand-color: #ff5619;
    --brand-support-color: #ff8719;

    --bg-color: #000000d2;
    --bg-support-color: #dbdbdb;

    --para-black-color: #1f1f1f;
    --para-white-color: #eeeeee;

    --base-font: "Quicksand", sans-serif;
    --logo-font: "Pacifico", cursive;
    --footer-font: "Lato", sans-serif;
    --bg-newsletter: radial-gradient(67.08px at 50% calc(100% - 90px), #ff5619 99%, #ff561900 101%) calc(50% - 60px) 0/120px 100%,
        radial-gradient(67.08px at 50% calc(100% + 60px), #ff561900 99%, #ff5619 101%) 50% calc(100% - 30px)/120px 100% repeat-x;
}