@font-face {
    font-family: 'General Sans';
    src: url('./GeneralSans-Variable.ttf');
}

@font-face {
    font-family: 'Century Gothic';
    src: url('./CenturyGothic.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('./CenturyGothic-Bold.ttf');
    font-weight: bold;
}