@font-face {
  font-family: Closer;
  src:
    url("/assets/fonts/closer/closer-regular.woff") format("woff"),
    url("/assets/fonts/closer/closer-regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Closer;
  src:
    url("/assets/fonts/closer/closer-regular.woff") format("woff"),
    url("/assets/fonts/closer/closer-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Closer;
  src:
    url("/assets/fonts/closer/closer-bold.woff") format("woff"),
    url("/assets/fonts/closer/closer-bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Closer;
  src:
    url("/assets/fonts/closer/closer-bold.woff") format("woff"),
    url("/assets/fonts/closer/closer-bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Closer;
  src:
    url("/assets/fonts/closer/closer-bold.woff") format("woff"),
    url("/assets/fonts/closer/closer-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Closer;
  src:
    url("/assets/fonts/closer/closer-bold.woff") format("woff"),
    url("/assets/fonts/closer/closer-bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Closer;
  src:
    url("/assets/fonts/closer/closer-bold.woff") format("woff"),
    url("/assets/fonts/closer/closer-bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family-sans-serif: Closer, Arial, sans-serif;
  --font-family-monospace: Closer, Arial, sans-serif;
  --font-family-base: Closer, Arial, sans-serif;
}

html,
body,
button,
input,
textarea,
select {
  font-family: Closer, Arial, sans-serif;
}
