/* ====================
   Museo Sans Rounded
   ==================== */
@font-face {
  font-family: "MuseoSansRounded";
  src: url("assets/fonts/museosansrounded/MuseoSansRounded100.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansRounded";
  src: url("assets/fonts/museosansrounded/MuseoSansRounded300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansRounded";
  src: url("assets/fonts/museosansrounded/MuseoSansRounded500.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansRounded";
  src: url("assets/fonts/museosansrounded/MuseoSansRounded700.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansRounded";
  src: url("assets/fonts/museosansrounded/MuseoSansRounded900.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansRounded";
  src: url("assets/fonts/museosansrounded/MuseoSansRounded1000.otf") format("opentype");
  font-weight: 1000;
  font-style: normal;
}

/* ====================
   GobCL
   ==================== */
@font-face {
  font-family: "GobCL";
  src: url("assets/fonts/gobcl/gobCL_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GobCL";
  src: url("assets/fonts/gobcl/gobCL_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GobCL";
  src: url("assets/fonts/gobcl/gobCL_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GobCL";
  src: url("assets/fonts/gobcl/gobCL_Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

/* ====================
   Global styles
   ==================== */

html {
    scroll-behavior: smooth;
}

.bg-gob-red {
    --tw-bg-opacity: 1;
    background-color: #0f69b4;
}

.bg-gob-blue {
    --tw-bg-opacity: 1;
    background-color: #eb3c46
}

/* ====================
   Font usage
   ==================== */
body {
  font-family: "MuseoSansRounded", sans-serif;
}

header, footer {
  font-family: "GobCL", sans-serif;
}
