/* Albertus Medium Font */
@font-face {
  font-family: 'AlbertusMedium';
  font-style: normal;
  font-weight: 400;
  src: local('Albertus Medium'), local('Albertus-Medium'),
       url('../fonts/AlbertusMedium.ttf') format('truetype');
}

/* Century Gothic Font */
@font-face {
  font-family: 'CenturyGothic';
  font-style: normal;
  font-weight: 400;
  src: local('Century Gothic'), local('Century-Gothic'),
       url('../fonts/CenturyGothic.ttf') format('truetype');
}

/* Century Gothic Bold Font */
@font-face {
  font-family: 'CenturyGothicBold';
  font-style: bold;
  font-weight: 600;
  src: local('Century Gothic Bold'), local('Century-Gothic-Bold'),
       url('../fonts/CenturyGothicBold.ttf') format('truetype');
}

/* Dauphin Font */
@font-face {
  font-family: 'Dauphin';
  font-style: normal;
  font-weight: 400;
  src: local('Dauphin'),
       url('../fonts/Dauphin.ttf') format('truetype');
}

/* Franklin Gothic Book Font */
@font-face {
  font-family: 'FranklinGothicBook';
  font-style: normal;
  font-weight: 400;
  src: local('Franklin Gothic Book'), local('Franklin-Gothic-Book'),
       url('../fonts/FranklinGothicBook.ttf') format('truetype');
}

/* Franklin Gothic Book Italic Font */
@font-face {
  font-family: 'FranklinGothicBookItalic';
  font-style: italic;
  font-weight: 400;
  src: local('Franklin Gothic Book Italic'), local('Franklin-Gothic-Book-Italic'),
       url('../fonts/FranklinGothicBookItalic.ttf') format('truetype');
}