@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-regular.woff2") format("woff2"),
    url("../fonts/montserrat-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-semibold.woff2") format("woff2"),
    url("../fonts/montserrat-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-light.woff2") format("woff2"),
    url("../fonts/montserrat-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-thin.woff2") format("woff2"),
    url("../fonts/montserrat-thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-regular.woff2") format("woff2"),
    url("../fonts/gilroy-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-bold.woff2") format("woff2"),
    url("../fonts/gilroy-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy-extrabold.woff2") format("woff2"),
    url("../fonts/gilroy-extrabold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

html,
body {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

h1,
h2,
h3,
h4 {
  color: #04153b;
}

h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter {
  text-transform: uppercase;
}

h1 {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 900;
}

h2 {
  font-size: 20px;
  letter-spacing: -0.5px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 12px;
  text-transform: uppercase;
}

a {
  color: #04559f;
}

a:hover {
  text-decoration: none;
}

hr {
  border: none;
  border-bottom: 1px inset rgba(4, 21, 59, 0.4);
}

/* base style */

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Helvetica Neue", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #04153b;
  min-height: 100vh;
}

.fonts-loaded {
  font-family: "Montserrat", sans-serif;
}

.fonts-loaded h1,
.fonts-loaded h2,
.fonts-loaded h3,
.fonts-loaded h4 {
  font-family: "Gilroy", sans-serif;
}

.rcg-row {
  margin: 0;
}
