/* Fonts (Poppins, Open Sans) moved from ut-design-system.css */

/* Poppins - Light */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./assets/font/poppins/Poppins-Light.ttf") format("truetype");
}

/* Poppins - Regular */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/font/poppins/Poppins-Regular.ttf") format("truetype");
}

/* Poppins - Italic */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/font/poppins/Poppins-Italic.ttf") format("truetype");
}

/* Poppins - Medium */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/font/poppins/Poppins-Medium.ttf") format("truetype");
}

/* Poppins - SemiBold */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/font/poppins/Poppins-SemiBold.ttf") format("truetype");
}

/* Poppins - Bold */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/font/poppins/Poppins-Bold.ttf") format("truetype");
}

/* Poppins - Bold Italic */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/font/poppins/Poppins-BoldItalic.ttf") format("truetype");
}

/* Open Sans Fonts */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    url("./assets/font/open-sans-v15-latin-300.woff2") format("woff2"),
    url("./assets/font/open-sans-v15-latin-300.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("./assets/font/open-sans-v15-latin-regular.woff2") format("woff2"),
    url("./assets/font/open-sans-v15-latin-regular.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    url("./assets/font/open-sans-v15-latin-600.woff2") format("woff2"),
    url("./assets/font/open-sans-v15-latin-600.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url("./assets/font/open-sans-v15-latin-700.woff2") format("woff2"),
    url("./assets/font/open-sans-v15-latin-700.woff") format("woff");
}
