/* =========================
   OPEN SANS
   ========================= */

/* Light (300) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    local('Open Sans Light'),
    local('OpenSans-Light'),
    url('fonts/open-sans-v44-latin-300.woff2') format('woff2'),
    url('fonts/open-sans-v18-latin-300.woff') format('woff');
}

/* Regular (400) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local('Open Sans Regular'),
    local('OpenSans-Regular'),
    url('fonts/open-sans-v44-latin-regular.woff2') format('woff2'),
    url('fonts/open-sans-v18-latin-regular.woff') format('woff');
}


/* =========================
   POPPINS
   ========================= */

/* Light (300) */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    local('Poppins Light'),
    local('Poppins-Light'),
    url('fonts/Poppins-Light.ttf') format('truetype');
}

/* Regular (400) */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local('Poppins Regular'),
    local('Poppins-Regular'),
    url('fonts/Poppins-Regular.ttf') format('truetype');
}

/* Medium (500) */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    local('Poppins Medium'),
    local('Poppins-Medium'),
    url('fonts/Poppins-Medium.ttf') format('truetype');
}

/* SemiBold (600) */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src:
    local('Poppins SemiBold'),
    local('Poppins-SemiBold'),
    url('fonts/Poppins-SemiBold.ttf') format('truetype');
}

/* Bold (700) */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local('Poppins Bold'),
    local('Poppins-Bold'),
    url('fonts/Poppins-Bold.ttf') format('truetype');
}
