@font-face {
  font-family: 'Trajan Pro Local';
  src: url('../fonts/TrajanPro-Regular.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Trajan Pro Local';
  src: url('../fonts/TrajanPro-Bold.otf') format('opentype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Trajan Pro Local';
  src: url('../fonts/Trajan-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Trajan Pro Local';
  src: url('../fonts/Trajan-Normal.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

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

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

@font-face {
  font-family: 'Lora Local';
  src: url('../fonts/Lora-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Lora Local';
  src: url('../fonts/Lora-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Lora Local';
  src: url('../fonts/Lora-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Lora Local';
  src: url('../fonts/Lora-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --font-title: 'Trajan Pro Local', 'Times New Roman', serif;
  --font-subtitle: 'Cinzel Local', Georgia, serif;
  --font-body: 'Lora Local', Georgia, 'Times New Roman', serif;
  --font-ui: 'Cinzel Local', Arial, sans-serif;
}

h1,
.hero-title,
.page-title,
.main-title {
  font-family: var(--font-title);
}

h2,
h3,
.section-title,
.card-title,
.navbar-brand {
  font-family: var(--font-subtitle);
}

body,
p,
.lead,
.article-content,
.lore-text,
.page-content {
  font-family: var(--font-body);
}

.navbar,
.nav-link,
.btn,
.form-label,
.form-control,
.badge,
.breadcrumb,
.footer,
.site-footer,
small {
  font-family: var(--font-ui);
}
