:root {
  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  font-size: min(2.5vw, 16px);
  line-height: 24px;
  font-weight: 400;

  /* color-scheme: light dark; */
  color: rgba(255, 255, 255, 0.87);

  overflow-x: hidden;


  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;

  --black: #000000;
  --black-2: #000000b2;
  --gallery2: #f0f0f0;
  --green-haze: #27ae60;
  --gunsmoke: #848484;
  --mountain-mist2: #969696;
  --quill-gray: #d5d5d5;
  --silver-chalice: #acacac;
  --white: #ffffff;
  --color-whitesmoke: #f1f1f1;

  --font-size-m: 1rem;
  --font-size-l: 1.2rem;
  --font-size-xl: 1.5rem;
  --font-size-xxl: 2rem;
 
  --font-family-mikro-bold: "Mikro-Bold", Helvetica;
  --font-family-mikro-regular: "Mikro-Regular", Helvetica;
  --font-family-trimb-bold: "TrimB-Bold", Helvetica;
  --font-family-trimb-light: "TrimB-Light", Helvetica;
}

* {
    box-sizing: border-box;
  }

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-height: 100vh;
  max-width: 100vw;
  background-color: var(--color-whitesmoke);
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: var(--green-haze);
  cursor: pointer;
  border-radius: 0.25rem;
  padding: 1rem;
}

button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}



sup {
    /* Prevent distoring vertical alignment. */
    line-height: 0;
}

.card {
  padding: 2em;
}

#app {
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

@font-face {
    font-family: "Mikro-Bold";
    font-weight: 1 1000;
    src: url("/Mikro-Bold.otf") format("opentype");
  }
  @font-face {
    font-family: "Mikro-Regular";
    font-weight: 1 1000;
    src: url("/Mikro-Regular.otf") format("opentype");
  }
  @font-face {
    font-family: "TrimB-Bold";
    font-weight: 1 1000;
    src: url("/TrimB-Bold.otf") format("opentype");
  }
  @font-face {
    font-family: "TrimB-Light";
    font-weight: 1 1000;
    src: url("/TrimB-Light.otf") format("opentype");
  }

@font-face {
    font-family: "Trim-Web";
    src: url("/Trim-Web-Regular.ttf") format("truetype");
}
  
  .screen a {
    display: contents;
    text-decoration: none;
  }
  
  .container-center-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    pointer-events: none;
    width: 100%;
  }
  
  .container-center-horizontal > * {
    flex-shrink: 0;
    pointer-events: auto;
  }
  
  .mikro-bold-black-m {
    color: var(--black);
    font-family: var(--font-family-mikro-bold);
    font-style: normal;
    font-weight: 700;
  }
  
  .mikro-bold-white-12px-2 {
    color: var(--white);
    font-family: var(--font-family-mikro-bold);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 700;
  }
  
  .mikro-regular-normal-black-12px-2 {
    color: var(--black);
    font-family: var(--font-family-mikro-regular);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
  }
  
  .mikro-regular-normal-black-20px-2 {
    color: var(--black);
    font-family: var(--font-family-mikro-regular);
    font-size: var(--font-size-xxl2);
    font-style: normal;
    font-weight: 400;
  }
  
  .mikro-bold-white-16px-2 {
    color: var(--white);
    font-family: var(--font-family-mikro-bold);
    font-size: var(--font-size-xl2);
    font-style: normal;
    font-weight: 700;
  }
  
  .mikro-bold-green-haze-15px {
    color: var(--green-haze);
    font-family: var(--font-family-mikro-bold);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 700;
  }
  
  .trimb-bold-black-xl {
    color: var(--black);
    font-family: var(--font-family-trimb-bold);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 700;
  }
  
  .mikro-bold-white-m {
    color: var(--white);
    font-family: var(--font-family-mikro-bold);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 700;
  }
  
  .mikro-regular-normal-gunsmoke-12px-2 {
    color: var(--gunsmoke);
    font-family: var(--font-family-mikro-regular);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
  }
  
  .mikro-regular-normal-black-14px-2 {
    color: var(--black);
    font-family: var(--font-family-mikro-regular);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
  }
  
  .trimb-light-black-xl {
    color: var(--black);
    font-family: var(--font-family-trimb-light);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 300;
  }

  .mikro-regular-normal-black-16px-2 {
    color: var(--black);
    font-family: var(--font-family-mikro-regular);
    font-size: var(--font-size-xl2);
    font-style: normal;
    font-weight: 400;
  }
  
  .mikro-bold-white-12px-2 {
    color: var(--white);
    font-family: var(--font-family-mikro-bold);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 700;
  }
  
  .mikro-bold-green-haze-15px {
    color: var(--green-haze);
    font-family: var(--font-family-mikro-bold);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 700;
  }

  .mikro-bold-black-l {
    color: var(--black);
    font-family: var(--font-family-mikro-bold);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 700;
  }
  
  .mikro-bold-black-xl {
    color: var(--black);
    font-family: var(--font-family-mikro-bold);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 700;
  }
  
    
  .mikro-bold-black-xxl {
    color: var(--black);
    font-family: var(--font-family-mikro-bold);
    font-size: var(--font-size-xxl);
    font-style: normal;
    font-weight: 700;
  }
  

.mikro-regular-normal-black-14px-2 {
    color: var(--black);
    font-family: var(--font-family-mikro-regular);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
}

.outline-btn {
    background-color: var(--white);
    color: var(--green-haze);
    border: 2px solid var(--green-haze);
    border-radius: 0.25rem;
    padding: 1rem;
}
