@font-face {
  font-family: "Gabarito";
  src:
    url("gabarito/Gabarito-Regular.woff2") format("woff2"),
    url("gabarito/Gabarito-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gabarito";
  src:
    url("gabarito/Gabarito-Bold.woff2") format("woff2"),
    url("gabarito/Gabarito-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Aptos';
    src: url('aptos/Aptos-ExtraBold.woff2') format('woff2'),
        url('aptos/Aptos-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aptos';
    src: url('aptos/Aptos-Light.woff2') format('woff2'),
        url('aptos/Aptos-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aptos';
    src: url('aptos/Aptos.woff2') format('woff2'),
        url('aptos/Aptos.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Font Aliases to catch in-database font declarations */

@font-face {
    font-family: 'Raleway';
    src: url('gabarito/Gabarito-Bold.woff2') format('woff2'),
        url('gabarito/Gabarito-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'IBM Plex Sans';
    src: url('aptos/Aptos.woff2') format('woff2'),
        url('aptos/Aptos.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}