/* FONT */

@import url('https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/* VARIABLES */

:root {
    --fa: 'Font Awesome 7 Free';
    --font: 'Inter', sans-serif;
    --altFont: 'Besley', serif;

    --borderRadius: 10px;
    --shadowInset: inset 0 0 10px 0 rgb(0 0 0 / 40%);

    --primaryColor: #00443e;
    --secondaryColor: #19817e;
    --tertiaryColor: #a9c7c6;

    --blue: #2858c8;
    --darkerGray: #c1ccca;
    --gray: #cfd5d4;
    --green: #0c734b;
    --orange: #ce870c;
    --purple: #801bef;
    --red: #b94444;
}