﻿\:root {
    font-size: 1em;
}

* {
    font-family: "roboto_light", sans-serif;
    font-size: 1rem;
    color: #1f1a17;
    box-sizing: border-box;
    text-decoration-skip: ink;
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

/* Input's Placeholder Text  */
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1f1A17;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #1f1A17;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #1f1A17;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #1f1A17;
}

/* Input's Radio Type */
/* input[type=radio]:checked~.check {
    border: 2px solid #1F1A17;
}

input[type=radio]:checked~.check::before {
    background: #1F1A17;
}

input[type=radio]:checked~label {
    font-family: 'roboto_bold';
    color: #1F1A17;
} */

/* Hightlighting */
.brand_highlight_color {
    color: #ed3237;
}

.anker_highlight_color {
    color: #ed3237;
}

.active_higlighted_view {
    font-family: "roboto_bold", sans-serif;
}