/* @import url('./style_indexmob.css');
@import url('./style_indextab.css');
@import url('./style_indexdesk.css'); */
@import url('./style_chart.css');
@import url('style_class_list.css');
@import url('./intro_screen.css');
@import url('./header.css');
@import url('./nav.css');
@import url('./preface.css');

@font-face {
    font-family: 'Bahnschrift';
    src: url('./fonts/bahnschrift.ttf') format('truetype');
}
@font-face {
    font-family: 'Wildbrush';
    src: url('./fonts/wildbrush.ttf') format('truetype');
}    
@font-face {
    font-family: 'Akapotsley';
    src: url('./fonts/akapotsley.ttf') format('truetype');
}   
@font-face {
    font-family: 'Kghappy';
    src: url('./fonts/kghappy.ttf') format('truetype');
}   
@font-face {
    font-family: 'Kghappyshadow';
    src: url('./fonts/kghappyshadow.ttf') format('truetype');
}   
@font-face {
    font-family: 'Wildlife';
    src: url('./fonts/wildlife.ttf') format('truetype');
}   
@font-face {
    font-family: 'Zukabarett';
    src: url('./fonts/zukabarett.ttf') format('truetype');
}   
@font-face {
    font-family: 'Fredericka';
    src: url('./fonts/FrederickatheGreat-Regular.ttf') format('truetype');
}  
@font-face {
    font-family: 'Fruktur';
    src: url('./fonts/Fruktur-Regular.ttf') format('truetype');
}  
@font-face {
    font-family: 'Sedgwick';
    src: url('./fonts/SedgwickAveDisplay-Regular.ttf') format('truetype');
}  
@font-face {
    font-family: 'PermanentMarker';
    src: url('./fonts/PermanentMarker-Regular.ttf') format('truetype');
}  

@font-face {
    font-family: 'Baumans';
    src: url('./fonts/Baumans-Regular.ttf') format('truetype');
}  


/* Page d'accueil / Home page */
html {
    font-size: 16px;
}


body {
    overflow: hidden;
    background-color: blue;
    margin: 0px;
}

REMETTRE DEFAULT EN HIDDEN

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.6rem;
}

p  {
    font-size: 1rem;
}

header {
    display: none;
}


nav {
    background-color: #758f77;
    display: none;
}

main {
    background-color: #ffa15d;
    display: none;
    padding: 3rem 0;
}


footer {
    background-color: darkgreen;
    display: none;
}
