/* Carly Font */
@font-face {
  font-family: 'Carly';
  src: url('./fonts/Carly.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Glamour Font */
@font-face {
  font-family: 'Glamour';
  src: url('./fonts/Glamour Regular Font.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Slight Font */
@font-face {
  font-family: 'Slight';
  src: url('./fonts/Slight Regular Font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Alex Brush Font */
@font-face {
  font-family: 'Alex Brush';
  src: url('./fonts/AlexBrush-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Awesome Lathusca Font */
@font-face {
  font-family: 'Awesome Lathusca';
  src: url('./fonts/Awesome Lathusca.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* BillaMount Font - Cursive */
@font-face {
  font-family: 'BillaMount';
  src: url('./fonts/BillaMount-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Sorts Mill Goudy - Serif */
@font-face {
  font-family: 'Sorts Mill Goudy';
  src: url('./fonts/SortsMillGoudy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sorts Mill Goudy';
  src: url('./fonts/SortsMillGoudy-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* Epika Serif — Nadrah & Saif brand serif */
@font-face {
  font-family: 'Epika Serif';
  src: url('./fonts/Epika Serif Extended Premium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Pinyon Script — Nadrah & Saif brand cursive (names) */
@font-face {
  font-family: 'Pinyon Script';
  src: url('./fonts/PinyonScript-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

