@font-face {
    font-family: "mrl";
    font-weight: 100;
    src: url("https://pmi-static.alvs.tech/fonts/oswald-variable.ttf");
}
@font-face {
    font-family: "mrl";
    font-weight: 200;
    src: url("https://pmi-static.alvs.tech/fonts/oswald-variable.ttf");
}
@font-face {
    font-family: "mrl";
    font-weight: 300;
    src: url("https://pmi-static.alvs.tech/fonts/oswald-variable.ttf");
}
@font-face {
    font-family: "mrl";
    font-weight: 400;
    src: url("https://pmi-static.alvs.tech/fonts/oswald-variable.ttf");
}
@font-face {
    font-family: "mrl";
    font-weight: 500;
    src: url("https://pmi-static.alvs.tech/fonts/oswald-variable.ttf");
}
@font-face {
    font-family: "mrl";
    font-weight: 600;
    src: url("https://pmi-static.alvs.tech/fonts/oswald-variable.ttf");
}
@font-face {
    font-family: "mrl";
    font-weight: 700;
    src: url("https://pmi-static.alvs.tech/fonts/oswald-variable.ttf");
}
@font-face {
    font-family: "mrl";
    font-weight: 800;
    src: url("https://pmi-static.alvs.tech/fonts/oswald-variable.ttf");
}
@font-face {
    font-family: "mrl";
    font-weight: 900;
    src: url("https://pmi-static.alvs.tech/fonts/oswald-variable.ttf");
}
@font-face {
    font-family: "prl";
    src: url("https://pmi-static.alvs.tech/fonts/gothic-normal.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "prl";
    src: url("https://pmi-static.alvs.tech/fonts/gothic-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "lm";
    src: url("https://pmi-static.alvs.tech/fonts/gothic-normal.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "lm";
    src: url("https://pmi-static.alvs.tech/fonts/gothic-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Century Gothic';
    src: url(https://pmi-static.alvs.tech/fonts/gothic-normal.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Century Gothic Bold';
    src: url(https://pmi-static.alvs.tech/fonts/gothic-bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    padding: 0;
    margin: 0;
}

#loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

#loader > img,
#loader > svg {
    height: 100px;
}
