/*GENERAL*/

    body {
        overflow: hidden;
    }

/*END GENERAL*/


/*FONTS*/

    h1, h2, h3, h4, h5, h6, p, a {
        font-family: 'Lexend', ui-sans-serif,-apple-system,system-ui,Segoe UI,Helvetica,Apple Color Emoji,Arial,sans-serif,Segoe UI Emoji,Segoe UI Symbol;
        text-transform: none;
    }

    h1 {
        font-size: clamp(28px, 6.6666666667px + 0.0444444444 * 100vw, 60px);
        font-weight: 400;
    }

    p {
        font-size: clamp(16px, 6.6666666667px + 0.0444444444 * 1.2vw, 20px);
    }

/*END FONTS*/


/*BACKGROUNDS*/

    .bg-branded-gradient {
        background: rgb(61, 226, 185);
        background: linear-gradient(45deg, rgba(24, 199, 194, 1) 21%, rgba(100, 240, 227, 1) 100%);
    }

    .bg-light {
        background: rgba(36, 48, 68, 1);
    }

/*END BACKGROUNDS*/


/*BUTTONS*/

    .mockup-btn {
        padding: 0.7rem;
        font-size:20px;
        border:0;
    }

    .btn-modern {
        padding: 17.6px 35.2px;
        padding: 1.1rem 2.2rem;
    }

/*END BUTTONS*/
