/*========== 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);
}
@font-face {
  font-family: "flaticon_charity";
  src: url("../fonts/flaticon_charity.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.fi {
  font-family: "flaticon_charity";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  line-height: 1;
}

.flaticon-volunteer:before {
  content: "\f104";
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --font-01: "Nunito", sans-serif;
    --font-02: "Roboto", sans-serif;
    --font-03: "Poppins", 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 ==========*/