* {
    margin: 0;
    font-family: 'Lato', sans-serif;
}
/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Roboto Slab', serif; */

:root {
    --clr1: #204a7a;
    --clr2: #0ddec1;
    --clr3: #ffc717;
    --clr4: #252422;
    --clr5: #444444;
    --clr6: #919191;
    --clr7: #bbbbbb;
    --clr8: #e7e7e7;
    --clr9: #f5f5f5;
    --clr10: #fcfcfc;
}
html {
    scroll-behavior: smooth;
}
.lmts {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    height: inherit;
}