
@font-face {
  font-family: 'Drafting';
  src: url('fonts/drafting/Drafting[wght].ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Drafting';
  src: url('fonts/drafting/Drafting-Italic[wght].ttf') format('truetype');
  font-style: italic;
}

@font-face {
    font-family: 'Besley';
    src: url('fonts/besley/Besley-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Besley';
    src: url('fonts/besley/Besley-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Besley';
    src: url('fonts/besley/Besley-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Besley';
    src: url('fonts/besley/Besley-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


@font-face {
  font-family: 'Besley';
  src: url('fonts/besley/Besley-Semi.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Besley';
  src: url('fonts/besley/Besley-SemiItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}


@font-face {
    font-family: 'Besley';
    src: url('fonts/besley/Besley-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Besley';
    src: url('fonts/besley/Besley-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Besley';
    src: url('fonts/besley/Besley-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Besley';
    src: url('fonts/besley/Besley-HeavyItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Besley';
    src: url('fonts/besley/Besley-Fatface.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Besley';
    src: url('fonts/besley/Besley-FatfaceItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

