@charset "utf-8";
/* CSS Document */
/* Fonts */
:root {
  --default-font: "Prompt", "Open Sans",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Prompt",  sans-serif;
  --nav-font: "Prompt",  sans-serif;
}
