@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@200;400&display=swap');



@font-face {
    font-family: 'Korb';
    src: url(fonts/Korb.ttf) format(truetype), 
         url(fonts/Korb-Bold.ttf) format(truetype),
         url(fonts/Korb-BoldItalic.ttf) format(truetype),
         url(fonts/Korb-Italic.ttf) format(truetype);
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Korb', 'Monserrat', sans-serif;
    font-size: 1.7em;
    font-weight: 400;
}

.container-fluid {
    background-color: #FD1717;
}

.container {
    background-color: #FECB4B;
}