

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

.font_powered_rubik {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font_powered_mclaren {
    font-family: "mclaren", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.font_powered_cascadia_code {
    font-family: "Cascadia Code", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
