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


:root {
    --dark-blue: #24466B;
    --transparent-dark-blue: #24466bd1;
    --ocean-blue: #19365D;
    --light-blue: #F4F6FB;
    --blue: #D7E2F7;
    --lang-blue: #347EC1;
    --black: #000;
    --white: #FFF;
    --red: #CF2926;
    --footer: #37312F;
}

#wpadminbar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
}

hr {
    border-bottom: 1px solid #999999;
}

img {
    image-rendering: optimizeQuality;
}

body, html {
    margin: 0 !important;
    padding: 0 !important;
    scroll-behavior: smooth !important;
    overflow-x: hidden;
}

html {
    scrollbar-width: none;
}

*, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
}

.text-center {
    text-align: center;
}

p, strong {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 14px;
}

p {
    font-size: 18px;
    font-weight: 400;
}

strong {
    font-size: inherit;
    font-weight: 700;
}