    @font-face {
    font-family: 'DarkerGrotesque'; /* Name that will be used to reference the font */
    src: url('fonts/DarkerGrotesque-Medium.ttf') format('truetype'); /* URL to the font file */
    font-weight: normal; /* Optionally, specify font-weight and font-style if provided by the font */
    font-style: normal;
    }
    
    @font-face {
    font-family: 'Cantata'; /* Name that will be used to reference the font */
    src: url('fonts/CantataOne-Regular.ttf') format('truetype'); /* URL to the font file */
    font-weight: normal; /* Optionally, specify font-weight and font-style if provided by the font */
    font-style: normal;
    }
    
    @font-face {
    font-family: 'Azeret'; /* Name that will be used to reference the font */
    src: url('fonts/AzeretMono-Regular.ttf') format('truetype'); /* URL to the font file */
    font-weight: normal; /* Optionally, specify font-weight and font-style if provided by the font */
    font-style: normal;
    }

    @font-face {
    font-family: 'Fjalla'; /* Name that will be used to reference the font */
    src: url('fonts/FjallaOne-Regular.ttf') format('truetype'); /* URL to the font file */
    font-weight: normal; /* Optionally, specify font-weight and font-style if provided by the font */
    font-style: normal;
    }

    @font-face {
        font-family: 'TangoSans'; /* Name that will be used to reference the font */
        src: url('fonts/TangoSansBold.ttf') format('truetype'); /* URL to the font file */
        font-weight: normal; /* Optionally, specify font-weight and font-style if provided by the font */
        font-style: normal;
        }