/* paleta de colores: 
    https://coolors.co/0a0a0a-95373a-969a97-d6d1cd-e5ece9-445e93
    "Rich Black FOGRA 39":"0a0a0a"  negro
    "Brandy":"95373a"               bordo
    "Spanish Gray":"969a97"         gris medio
    "Timberwolf":"d6d1cd"           gris claro rojizo
    "Mint Cream":"e5ece9"           gris clarito
    "Bdazzled Blue":"445e93"        azul cheto
*/

/*  Ejemplo de fuente subida al propio servidor de la pagina
    NOTA: Para subir multiples hay que hacerlo en diferentes @font-face */
    @font-face{ 
        font-family:'adidas'; 
        src:url('fonts/Adidas.otf') format('opentype');             
    } 
    @font-face{ 
            font-family:'finalfantasy'; 
        src:url('fonts/Final_Fantasy.ttf') format('truetype');
    } 
    @font-face{ 
            font-family:'8bitlimit_black'; 
        src:url('fonts/8bitlim.ttf') format('truetype');
    } 
    @font-face{ 
            font-family:'8bitlimit_white'; 
        src:url('fonts/8bitlimo.ttf') format('truetype');
    } 
    @font-face{ 
            font-family:'atarian'; 
        src:url('fonts/SF_Atarian_System.ttf') format('truetype');
    } 

    header{
        background-color: #d6d1cd;
    }

    footer{
        background-color: #d6d1cd;
    }
    /* body{
        background-color: #445e93;    
        font-family: 'atarian', '8bitlimit_black','adidas', '8bitlimit_white', 'atarian', sans-serif, Verdana;
    } */
