@font-face {
    font-family: 'Crimson';
    src: url('/assets/fonts/Crimson.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Libre';
    src: url('/assets/fonts/Libre.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair';
    src: url('/assets/fonts/Playfair.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url('/assets/fonts/Nunito.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/assets/fonts/Quicksand.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('/assets/fonts/Raleway.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceCodePro';
    src: url('/assets/fonts/SourceCodePro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSans3';
    src: url('/assets/fonts/SourceSans3.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Raleway', serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', serif !important;
}

header {
    font-family: 'Quicksand', serif !important;
}   

p {
    font-family: 'Quicksand', serif !important;
}

label {
    font-family: 'Quicksand', serif !important;
}
    
input, select, textarea {
    font-family: 'Quicksand', serif !important;
}