<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
/* @import './modules/under-construction.css'; */
@import "./modules/header.css";
@import "./modules/footer.css";

@font-face {
    font-family: "Calibri";
    src: url("./fonts/calibri/calibri.ttf");
}
@font-face {
    font-family: "Calibri Regular";
    src: url("./font/calibri-font-family/calibri-regular.ttf");
    font-display: swap;
}
* {
    scrollbar-width: auto;
    scrollbar-color: gray transparent;
}

*::-webkit-scrollbar {
    width: 0.5rem;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
    border: 3px solid transparent;
}

html,
body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    height: 100vh;
    font-family: "Calibri Regular";
    background-color: #dadde8 !important;
}
</pre></body></html>