/*========== 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: "Avenirlight", sans-serif;
    --font-02: "Roboto", sans-serif;
    --font-03: "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 ==========*/