@font-face {
    font-family: 'Roboto';
    src: url('https://aussie-info.ru/elements/fonts/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900; /* диапазон веса переменного шрифта */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://aussie-info.ru/elements/fonts/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

html {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none; 
}

A {text-decoration: none; color:#0f74b8;}    
A:hover { text-decoration: none; color:#60adfa; }

/* ===== TEXT ===== */
/* Основной шрифт для текстовых блоков */
.text {
    text-align: justify;
    font-weight: 300;
    line-height: 1.4em;
    list-style-type: square;
    opacity: 0.9;
}
.text_grey { color: #686868;}
.text_black { color: #000; }
.text_blue { color: #0f74b8; }

.text_strong {
    font-weight: 700;
}
.text_m {
    font-size: 0.875em;
}
.text_s {
    font-size: 0.75em;
}

.heading_main {
    margin: 0;
    font-size: 1.125em;
    font-weight: 800;
    color: #bf6f2f;
    text-transform: uppercase;
}
.heading {
    font-weight: 700;
    color: #0f74b8;
    text-transform: uppercase;
}

.label {
    font-size: 0.875em;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
}
.text_hint {
    font-weight: 400;
    color: #686868;
    font-size: 0.85em;
}
.pencil {
    color: #ada099;
}
@media screen and (max-width: 900px) {
    html {font-size: 14px;}
    .text {line-height: 1.2em;}
}

/* ===== LINKS ===== */
.link_menu {
    font-size: 0.875em;
    font-weight: 500;
    text-transform: uppercase;
}


