
:root {
    --color-primary: #0057B8;
    --color-default:#072929;
    --color-links: #ff633b;
    /* --cs-default:#000;
    --cs-gray: #8F9FB1; */
}

/* @font-face {
  font-family: 'ATT Aleck Sans';
  src: url('../fonts/ATTAleckSans-BlackItalic.woff2') format('woff2'),
      url('../fonts/ATTAleckSans-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
} */


body,html{
    /* height: 100%; */
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #f5f5f1;
    color: var(--color-default);
    line-height: 1.5;
    font-size: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-weight: 500;
}
p{
    font-size: 1rem;
}
a{
    color: var(--color-links);
}
hr {
    opacity: .5;
}

