/* 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;
} 
