/* 
    Roboto 
*/
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Thin.eot");
  src: url("/fonts/Roboto-Thin.eot?#iefix") format('embedded-opentype'),
       url("/fonts/Roboto-Thin.woff2") format('woff2'),
       url("/fonts/Roboto-Thin.woff") format('woff'),
       url("/fonts/Roboto-Thin.ttf") format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.eot");
  src: url("/fonts/Roboto-Regular.eot?#iefix") format('embedded-opentype'),
       url("/fonts/Roboto-Regular.woff2") format('woff2'),
       url("/fonts/Roboto-Regular.woff") format('woff'),
       url("/fonts/Roboto-Regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url('/fonts/Roboto-Bold.eot');
  src: url('/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
  url('/fonts/Roboto-Bold.woff2') format('woff2'),
  url('/fonts/Roboto-Bold.woff') format('woff'),
  url('/fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 
    Oswald 
*/
@font-face {
  font-family: "Oswald";
  src: url('/fonts/Oswald-Light.eot');
  src: url('/fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
  url('/fonts/Oswald-Light.woff2') format('woff2'),
  url('/fonts/Oswald-Light.woff') format('woff'),
  url('/fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url('/fonts/Oswald-Regular.eot');
  src: url('/fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
  url('/fonts/Oswald-Regular.woff2') format('woff2'),
  url('/fonts/Oswald-Regular.woff') format('woff'),
  url('/fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url('/fonts/Oswald-Regular.eot');
  src: url('/fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
  url('/fonts/Oswald-Regular.woff2') format('woff2'),
  url('/fonts/Oswald-Regular.woff') format('woff'),
  url('/fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*
    Poppins
*/
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Bold.eot');
    src: url('/fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Poppins-Bold.woff2') format('woff2'),
        url('/fonts/Poppins-Bold.woff') format('woff'),
        url('/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.eot');
    src: url('/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Poppins-Regular.woff2') format('woff2'),
        url('/fonts/Poppins-Regular.woff') format('woff'),
        url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Medium.eot');
    src: url('/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Poppins-Medium.woff2') format('woff2'),
        url('/fonts/Poppins-Medium.woff') format('woff'),
        url('/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

