@font-face {
  font-family: 'FullTimes';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    local("FullTimes"),
    local("FullTimes-Regular"),
    local("FullTimes Regular"),
    url('./woff2/FullTimes-Regular.woff2') format('woff2'),
    url('./woff/FullTimes-Regular.woff') format('woff'),
    url('./ttf/FullTimes-Regular.ttf') format('truetype'),
    url('./otf/FullTimes-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'FullTimes';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src:
    local("FullTimes"),
    local("FullTimes-Bold"),
    local("FullTimes Bold"),
    url('./woff2/FullTimes-Bold.woff2') format('woff2'),
    url('./woff/FullTimes-Bold.woff') format('woff'),
    url('./ttf/FullTimes-Bold.ttf') format('truetype'),
    url('./otf/FullTimes-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'FullTimes';
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src:
    local("FullTimes"),
    local("FullTimes-Italic"),
    local("FullTimes Italic"),
    url('./woff2/FullTimes-Italic.woff2') format('woff2'),
    url('./woff/FullTimes-Italic.woff') format('woff'),
    url('./ttf/FullTimes-Italic.ttf') format('truetype'),
    url('./otf/FullTimes-Italic.otf') format('opentype');
}

@font-face {
  font-family: 'FullTimes';
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src:
    local("FullTimes"),
    local("FullTimes-BoldItalic"),
    local("FullTimes Bold Italic"),
    url('./woff2/FullTimes-BoldItalic.woff2') format('woff2'),
    url('./woff/FullTimes-BoldItalic.woff') format('woff'),
    url('./ttf/FullTimes-BoldItalic.ttf') format('truetype'),
    url('./otf/FullTimes-BoldItalic.otf') format('opentype');
}