@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

:root {
  --font-global: "Roboto";
  --text-xs: 12px;
  --text-sm: 18px;
  --text-lg: 24px;
  --text-xl: 40px;
  --text-xxl: 60px;
  --text-hero: 72px;

  --color-primary: #ff525c;
  --color-text: #e2e2e2;
  --color-text-bright: #ffffff;
  --color-text-muted: #e2e2e2cc;
  --color-text-faded: #e2e2e280;
  --color-border-faded: #ffffff33;
  --color-solid-background: #131313;
  --color-darker-background: #0e0e0e;
  
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
/* @FONTWARNING[{"type": "restricted", "family": "Geist-Bold", "weight": "700", "style": "normal", "allowsCrossOrigin": false}] */
/*
@font-face {
  font-family: "Geist-Bold";
  src: local("Geist-Bold");
}*/
/* @FONTWARNING[{"type": "restricted", "family": "Geist-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */
/*
@font-face {
  font-family: "Geist-Regular";
  src: local("Geist-Regular");
}*/
/* @FONTWARNING[{"type": "restricted", "family": "Geist-Medium", "weight": "500", "style": "normal", "allowsCrossOrigin": false}] */
/*
@font-face {
  font-family: "Geist-Medium";
  src: local("Geist-Medium");
}*/
/* @FONTWARNING[{"type": "restricted", "family": "Geist-SemiBold", "weight": "600", "style": "normal", "allowsCrossOrigin": false}] */
/*
@font-face {
  font-family: "Geist-SemiBold";
  src: local("Geist-SemiBold");
}*/
