@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***********/

:root {
    --primary: #032069;
    --white: #ffffff;
}

body {
    font-family: "Roboto", sans-serif !important;
    font-size: 15px;
    background-color: #f5f5f5;
    color: #1F252A !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: "Roboto", sans-serif !important;
}

p {
    font-size: 15px;
}
