2021-07-18 15:32:45 +00:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
2021-08-25 08:52:24 +00:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Inter var";
|
|
|
|
font-weight: 100 900;
|
|
|
|
font-display: optional;
|
|
|
|
font-style: normal;
|
|
|
|
font-named-instance: "Regular";
|
|
|
|
src: url("/fonts/inter-roman.var.woff2") format("woff2");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Inter var";
|
|
|
|
font-weight: 100 900;
|
|
|
|
font-display: optional;
|
|
|
|
font-style: italic;
|
|
|
|
font-named-instance: "Italic";
|
|
|
|
src: url("/fonts/inter-italic.var.woff2") format("woff2");
|
|
|
|
}
|