@import "./light-theme-tokens.css";

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Inter-Regular") format("woff2"),
    local("Inter-Regular") format("otf"),
    url("./Inter-Regular.woff2") format("woff2"),
    url("./Inter-Regular.otf") format("otf");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Inter-Medium") format("woff2"),
    local("Inter-Medium") format("otf"),
    url("./Inter-Medium.woff2") format("woff2"),
    url("./Inter-Medium.otf") format("otf");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Inter-SemiBold") format("woff2"),
    local("Inter-SemiBold") format("otf"),
    url("./Inter-SemiBold.woff2") format("woff2"),
    url("./Inter-SemiBold.otf") format("otf");
}

@font-face {
  font-family: "Inter Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("InterDisplay-Regular") format("woff2"),
    local("InterDisplay-Regular") format("otf"),
    url("./InterDisplay-Regular.woff2") format("woff2"),
    url("./InterDisplay-Regular.otf") format("otf");
}

@font-face {
  font-family: "Inter Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("InterDisplay-Medium") format("woff2"),
    local("InterDisplay-Medium") format("otf"),
    url("./InterDisplay-Medium.woff2") format("woff2"),
    url("./InterDisplay-Medium.otf") format("otf");
}

@font-face {
  font-family: "Inter Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("InterDisplay-SemiBold") format("woff2"),
    local("InterDisplay-SemiBold") format("otf"),
    url("./InterDisplay-SemiBold.woff2") format("woff2"),
    url("./InterDisplay-SemiBold.otf") format("otf");
}

:root,
:host,
.olo-theme-light {
  --olo-typography-plain: Inter, sans-serif;
  --olo-typography-brand: Inter Display, sans-serif;
}
