@font-face {
  font-family: 'Open Sans';
  src:  local('Open Sans Regular'), local('OpenSans-Regular'),
        url('/fonts/openSans/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src:  local('Open Sans Light'), local('OpenSans-Light'),
        url('/fonts/openSans/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src:  local('Open Sans Bold'), local('OpenSans-Bold'),
        url('/fonts/openSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src:  local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
        url('/fonts/openSans/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src:
        local('Lato Regular'), local('Lato-Regular'),
        url('/fonts/Lato/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Lato-light';
  src:
        local('Lato Light'), local('Lato-Light'),
        url('/fonts/Lato/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato-bold';
  src:
        local('Lato Bold'), local('Lato-Bold'),
        url('/fonts/Lato/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato-thin';
  src:
        local('Lato Thin'), local('Lato-Thin'),
        url('/fonts/Lato/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}