/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/* Material Symbols Outlined
--------------------------------------------- */

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/material-symbols/material-symbols-outlined.woff2")
    format("woff2");
}

/* Lab Grotesque
--------------------------------------------- */

@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/lab-grotesque/LabGrotesque-Regular.woff2")
    format("woff2");
}

@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/lab-grotesque/LabGrotesque-Medium.woff2")
    format("woff2");
}

@font-face {
  font-family: "Lab Grotesque";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/lab-grotesque/LabGrotesque-Bold.woff2") format("woff2");
}

/* Lab Antiqua
--------------------------------------------- */

@font-face {
  font-family: "Lab Antiqua Large";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/lab-antiqua/LabAntiqua-Large.woff2")
    format("woff2");
}