@font-face {
  font-family: 'Barlow Condensed';
  src: url('/media/BarlowCondensed-Regular-1.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url('/media/BarlowCondensed-ExtraBold-1.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url('/media/BarlowCondensed-SemiBold-1.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.theme-root {
  --font-body: 'Barlow Condensed';
  --font-headings: 'Barlow Condensed';
  --font-navigation: 'Barlow Condensed';
  --font-buttons: 'Barlow Condensed';
  --font-ui: 'Barlow Condensed';
  --link-decoration: none;
  --link-hover-decoration: none;
  --nav-font-size: 19px;
  --nav-font-weight: 600;
  --nav-letter-spacing: 0.04em;
  --nav-text-transform: uppercase;
  --background: hsl(0 0% 100%);
  --foreground: hsl(222.2 84% 4.9%);
  --card: hsl(240 5% 96%);
  --card-foreground: hsl(222.2 84% 4.9%);
  --popover: hsl(0 0% 100%);
  --popover-foreground: hsl(222.2 84% 4.9%);
  --primary: hsl(222.2 47.4% 11.2%);
  --primary-foreground: hsl(210 40% 98%);
  --secondary: hsl(210 40% 96.1%);
  --secondary-foreground: hsl(222.2 47.4% 11.2%);
  --muted: hsl(210 40% 96.1%);
  --muted-foreground: hsl(215.4 16.3% 46.9%);
  --accent: hsl(210 40% 96.1%);
  --accent-foreground: hsl(222.2 47.4% 11.2%);
  --destructive: hsl(0 84.2% 60.2%);
  --destructive-foreground: hsl(210 40% 98%);
  --border: hsl(240 6% 90%);
  --input: hsl(214.3 31.8% 91.4%);
  --ring: hsl(222.2 84% 4.9%);
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 4rem;
  --radius-sm: 0.125rem;
  --radius-md: 0.2rem;
  --radius: 0.2rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.theme-root .content-font-scope {
  font-family: var(--font-body), system-ui, sans-serif;
}
.theme-root .content-font-scope h1,
.theme-root .content-font-scope h2,
.theme-root .content-font-scope h3,
.theme-root .content-font-scope h4,
.theme-root .content-font-scope h5,
.theme-root .content-font-scope h6 {
  font-family: var(--font-headings), system-ui, sans-serif;
}
.theme-root .content-font-scope nav {
  font-family: var(--font-navigation), system-ui, sans-serif;
}
.theme-root .content-font-scope button,
.theme-root .content-font-scope .btn {
  font-family: var(--font-buttons), system-ui, sans-serif;
}
.theme-root .content-font-scope .ui,
.theme-root .content-font-scope label,
.theme-root .content-font-scope small {
  font-family: var(--font-ui), system-ui, sans-serif;
}

.theme-root .content-font-scope a {
  color: var(--link-color, currentColor);
  text-decoration: var(--link-decoration);
}

.theme-root .content-font-scope a:hover {
  color: var(--link-hover-color, var(--link-color, currentColor));
  text-decoration: var(--link-hover-decoration);
}
