* {
    box-sizing: border-box
}

:root {
    --shell-desktop-width: 1020px;
    --shell-tablet-width: 768px;
    --shell-mobile-width: 430px
}

html,
body {
    margin: 0;
    min-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    background: #0b0b0c url("../images/page-home/bg/background.webp") top center/cover repeat-y;
    -webkit-font-smoothing: antialiased
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%
}

.page {
    min-height: 100vh;
    background: url("../images/page-home/bg/background.webp") top center/cover repeat-y
}

/* --- Text utilities --- */
.main-text {
    font-size: 14px;
}

.font-size-14 {
    font-size: 14px
}

.font-size-15 {
    font-size: 15px
}

.title-text {
    font-size: 20px
}

.color-yellow {
    color: #ffe89b;
}
