/* Thmanyah Font Faces */
@font-face {
  font-family: 'Thmanyah Serif Text';
  src: url('../fonts/thmanyahseriftext-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thmanyah Serif Text';
  src: url('../fonts/thmanyahseriftext-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thmanyah Serif Text';
  src: url('../fonts/thmanyahseriftext-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thmanyah Sans';
  src: url('../fonts/thmanyahsans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thmanyah Sans';
  src: url('../fonts/thmanyahsans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-bg-start: #e8efed;
  --color-bg-end: #e2e9df;
  --color-green: #4fc27e;
  --color-black: #131416;
  --color-dark: #202020;
  --color-gray: #999;
  --color-pink: #ff6b7a;
  --color-yellow: #f5e6a0;
  --color-white: #ffffff;
  --color-ground: #1a1a1a;
  --color-glass: rgba(134, 132, 132, 0.35);

  --z-bg-rings: 1;
  --z-video: 2;
  --z-scrim: 3;
  --z-yellow: 4;
  --z-headline: 5;
  --z-fahad: 6;
  --z-ground: 7;
  --z-decorative: 8;
  --z-content: 9;
  --z-nav: 10;

  --font-serif: 'Thmanyah Serif Text', serif;
  --font-sans: 'Thmanyah Sans', sans-serif;

  --radius-btn: 34px;
  --radius-card: 24px;
}
