@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700&family=Unbounded:wght@300;400;500;600&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
  border-radius: 2px;
}

:root {
  --color-surface: #ececec;
  --color-surface-variant: #dad6d5;
  --color-on-surface: #3a3733;
  --color-on-surface-variant: #2e2a24;
  --color-on-surface-muted: #7a7a7a;
  --color-primary: #c4502a;
  --color-primary-container: #ececec;
  --color-on-primary: #ffffff;
  --color-number: #f0d4c8;

  --color-band-artura: #9c2541;
  --color-band-amz: #d5ba6d;
  --color-band-naturellement: #17181a;
  --color-band-catwalk: #c2bbe7;

  --font-display: "Unbounded", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 28px;
  --space-8: 32px;
  --space-9: 36px;
  --space-10: 40px;
  --space-12: 48px;
  --space-15: 60px;
  --space-16: 64px;
  --space-20: 80px;
  --space-25: 100px;
  --space-30: 120px;
  --space-40: 160px;
  --space-50: 200px;
  --space-60: 240px;
  --space-65: 260px;
  --space-75: 300px;

  --sidebar-width: 250px;
  --sidebar-padding-x: 40px;
  --page-gutter-left: 67px;
  --page-gutter-section-title: 104px;
  --mobile-gutter: 36px;
  --topbar-height: 82px;

  --button-height-lg: 57px;
  --button-height-sm: 34px;
  --button-width-lg: 329px;
  --button-width-sm: 256px;
  --avatar-size-desktop: 72px;
  --avatar-size-mobile: 36px;

  --radius-pill: 9999px;
  --bp-mobile: 900px;
  --focus-ring: 2px solid var(--color-primary);

  --transition-fast: 150ms ease-out;
  --transition-base: 250ms ease-out;
  --transition-slow: 400ms ease-out;

  --max-page-width: 1600px;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: var(--color-on-surface);
  background: var(--color-surface);
}

.t-headline-large {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
}

.t-headline-medium {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}

.t-headline-small {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}

.t-headline-xsmall {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}

.t-title-large {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.t-title-medium {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.t-title-small {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.t-body-large {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.06em;
}

.t-body-medium {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.08em;
}

.t-body-small {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
}

.t-label-large {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.t-label-medium {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.t-label-small {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.t-meta-email {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.08em;
}

.muted {
  color: var(--color-on-surface-muted);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  body {
    font-size: 13px;
    line-height: 22px;
  }
}
