:root {
    --primary-color: #ffab0f;
    --blue-gm-color: #0a2c2f;
    --white-color: #fff;
    --black-color: #000;
    --text-color: #333;
    --border-color: #333;
    --border-light-color: #c8c8c8;
    --smooth: all 0.3s linear;
    --border-radius: 10px;
    --second-color: #e6e3de;
    --gm-red-color: #ab0303;
}

* {
    box-sizing: inherit;
}

html {
    /* font-size: 62.5%; */
    /* font-size: 65.5%; */
    font-size: 75%;
    line-height: 1.6em;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    text-decoration: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
