/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

div {
  background-color: black
}

@font-face { 
    font-family: CODES;                   /*POSTBOX CODES FONT*/
    src: url('/font/PBCODES.ttf'); 
}

@font-face { 
    font-family: adultswim;               /*HELVETICA ADULT SWIM*/
    src: url('/font/Helvetica-Neue-Condensed-Bold.ttf'); 
}

@font-face { 
    font-family: neue;                    /*HELVETICA NEUE BOLD*/
    src: url('/font/HelveticaNeueBold.otf'); 
}

@font-face { 
    font-family: Lineal;                  /*awesome BLOCKY THIN FONT*/
    src: url('/font/Lineal-Regular.ttf'); 
}

@font-face { 
    font-family: Lineal-Black;            /*awesome BLOCKY BOLD FONT*/
    src: url('/font/Lineal-Black.ttf'); 
}

@font-face { 
    font-family: Cirrus;                  /*VIB RIBBON ESK FONT*/
    src: url('/font/CirrusCumulus.ttf'); 
}

@font-face { 
    font-family: Velve;                    /*WAVY*/
    src: url('/font/Velvelyne-Regular.ttf');
}

@font-face { 
    font-family: Regular;                 /*Regular font, sharp edges, cool thick special characters*/
    src: url('/font/AMDAL-Regular.ttf');
}

@font-face {
    font-family: Extro;                   /*Extronamics logo font, for /waveform/extro.html*/
    src: url('/font/DOCALLISME ON STREET.ttf');
}

@font-face {
    font-family: Uprise;                  /*Tureen Uprise album font, for /tureen/album/uprise-early.html*/
    src: url('/font/Amenable-PersonalUse.otf');
}

@font-face {
    font-family: POSTBOX;                /*PBFONT*/
    src: url('/font/tw-cen-mt-condensed-extra-bold.ttf');
}

@font-face {
    font-family: PB;                    /*PBFONT small*/
    src: url('/font/tw-cen-mt-condensed.ttf');
}

body {
    background-color: black;
    font-family: Velve;
}