/*
  FONT DEFINITIONS
*/

@font-face {
  font-family: "Poppins";
  src: url("./Poppins/Poppins-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins Semibold";
  src: url("./Poppins/Poppins-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("./Poppins/Poppins-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("./MaterialIcons/icons.rounded.otf") format("opentype");
}

:root {
  /* Page Fonts */
  --font-regular: "Poppins", "Segoe UI", sans-serif;
  --font-semibold: "Poppins Semibold", "Segoe UI Semibold", sans-serif;
  --font-bold: "Poppins Bold", "Segoe UI Bold", sans-serif;
  --font-mono: "Cascadia Code", monospace;
  --font-icon: "Material Icons";
}
