@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aguafina+Script&display=swap');
/*========== Varibles Start ==========*/
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'Avenirlight';
  src: url(../fonts/Avenir/Light.ttf);
}

@font-face {
  font-family: 'north';
  src: url(../fonts/northwell-getfontfree/Northwell.ttf);
}
:root {
    --font-01: "Karla", sans-serif;
    --font-02: "Open Sans", sans-serif;
    --font-03: "Aguafina Script", cursive;
    --font-04: "Avenirlight", sans-serif;
    --font-05: "Roboto", sans-serif;
    --font-06: "north", sans-serif;

    --weight-100: 100;
    --weight-200: 200;
    --weight-300: 300;
    --weight-400: 400;
    --weight-500: 500;
    --weight-600: 600;
    --weight-700: 700;
    --weight-800: 800;
    --weight-900: 900;

    --capital: capitalize;
    --lower: lowercase;
    --upper: uppercase;

    --unset: unset;
    --none: none;
}

/*========== Varibles End ==========*/