@import url(./boot.css);
@import url(./utilidade.css);
@import url(./conteudo.css);
@import url(./responsivo.css);
@import url(./tema.css);

@font-face {
    font-family: 'CaveatBrush';
    src: url('../fonts/CaveatBrush-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
  
@font-face {
    font-family: 'Fredoka-Light';
    src: url('../Fredoka-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Fredoka-Regular';
    src: url('../fonts/Fredoka-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Fredoka-Medium';
    src: url('../fonts/Fredoka-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Fredoka-SemiBold';
    src: url('../fonts/Fredoka-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}
