@charset "utf-8";

@font-face {
    font-family: louiscafe-light;
    src: url("../fonts/louis_george_cafe_light.woff2") format('woff2');
    font-display: swap;
}

@font-face {
    font-family: louiscafe-bold;
    src: url("../fonts/louis_george_cafe_bold.woff2") format('woff2');
    font-display: swap;
}

@font-face {
    font-family: louiscafe;
    src: url("../fonts/louis_george_cafe.woff2") format('woff2');
    font-display: swap;
}

@font-face {
    font-family: roboto-light;
    /* src: url("../fonts/roboto_light.ttf"); */
    src: url("https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgWxP.ttf") format('truetype');
    font-display: swap;
}

@font-face {
    font-family: roboto-bold;
    /* src: url("../fonts/roboto_bold.ttf"); */
    src: url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf") format('truetype');
    font-display: swap;
}

@font-face {
    font-family: roboto;
    /* src: url("../fonts/roboto_regular.ttf"); */
    src: url("https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf") format('truetype');
    font-display: swap;
}

@font-face {
    font-family: robotoslab;
    /* src: url("../fonts/robotoslab_regular.ttf"); */
    src: url("https://fonts.gstatic.com/s/robotoslab/v20/BngMUXZYTXPIvIBgJJSb6ufN5qE.ttf") format('truetype');
    font-display: swap;
}

body {
    font-family: "Roboto", "louiscafe", 'Arial', sans-serif;
    font-display: swap;
}

h1,
h3 {
    font-family: roboto-bold;
    font-display: swap;
}

h2 {
    font-family: louiscafe-bold;
    font-display: swap;
}

h4 {
    font-family: roboto;
    font-display: swap;
}

h5,
p {
    font-family: louiscafe-bold;
    font-display: swap;
}

h6 {
    font-family: robotoslab;
    font-display: swap;
}

.parentheses:before,
.parentheses::before {
    content: "(";
}

.parentheses:after,
.parentheses::after {
    content: ")";
}

#home h1 {
    margin: 0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 56px;
    color: #070707;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mpc-in-text {
    font-family: 'louiscafe-bold';
    font-display: swap;
}
