@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* BASIC CONSCIOUS RESETs +++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* make HTML5 elements block-level for consistent styling */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1 }

/* Basic Form styling */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }

/* Basic List styling */
ul, ol { margin: 0 0 1.5385em 0; padding: 0 0 0 1em; /* 1.25em; */ }
dd { margin: 0 0 0 3em; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0 }
li { line-height: 1.5385em; } /* 20 */

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; font-size: 0.8462em; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em }

* {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
*, *:after, *:before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

::-webkit-scrollbar {
  width: 0.75em;
  background-color: #152255; /* transparent; */
}
::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.5);
  border: none;
}
::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: transparent;
}

.fitColumn {
  max-width: 100%;
  height: auto;
}

::selection {
  color: #FCFCFC;
  background-color: hotpink; /* transparent; */
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SITE SPECIFIC styling ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html {
  overflow-y: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  background: #FCFCFC;
  color: #152255;
  font-family: 'Rubik', sans-serif;
  font-family: 'Chubbo-Variable';
  /* font-size: 24px; */
  line-height: 1.425em;
  margin: 0px;
  padding: 0em;
  height: 100%;
}

#pageWrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
#mainLeft {
  padding: 2em; /* 1.5em; */
  overflow-x: hidden;
}
#mainRight {
  background: #152255; /* #222; */
  color: rgba(255,255,255,0.9);
  padding: 2em; /* 1.5em; */
  overflow-x: hidden;
}
/*
#mainRight::selection {
  background-color: #FCFCFC !important;
  color: #152255 !important;
}
*/


ul {
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}
ul li {
  line-height: 1.4em; /* 32px; */
  margin: 0px 0px 0.75em 0px;
  padding-left: 0.25em;
}

/* Upcoming wrapper *************************** */
.upcomingWrapper {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}

.upcomingWrapper .imageWrapper {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 60%; /* 75%; /* 60.69%; /* 66%; */
  background-size: contain; /* cover; /* cover; */
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 1em;
}

.upcomingWrapper .imageWrapper .insideWrapper {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0px 0.5rem 0.2rem 0.5rem;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 0px;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 1.75rem;
}

.upcomingWrapper .imageWrapper .insideWrapper .upcomingNumber {
  display: block;
  font-weight: 400;
}

.upcomingWrapper .imageWrapper .insideWrapper .upcomingHeader a {
  text-decoration: none;
  color: #152255;
}

/* Resource Wrapper *************************** */

.resourceWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.rs {
  margin-bottom: 1em;
  padding: 0 0.5rem 1rem 0.5rem;
  overflow: hidden;
}
/* remove ext link styling */
.rs .img a.external-link:after { display: none; }
.rs .img a.external-link { padding: 0px; }

.rs .img a {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}
.rs .img a img {
  width: 100%;
  height: auto;
  box-shadow: 0 8px 6px -6px rgba(0,0,0,.25);
}
.rs .info {
  font-size: 0.8em;
  line-height: 1.25em;
}
.rs .info .link {
  display: block;
  float: left;
  width: 100%;
}
.rs .info .link a {
  word-break: break-all;
}
.rs .info .title {
  display: block;
  float: left;
  width: 100%;
  font-weight: 700;
}

/* Additional Resource Wrapper *************************** */


.additionalResourcesByLetterWrapper {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-gap: 1em;
}

.letterWrapper {
  font-size: 3em;
  line-height: 1.05em;
  margin-bottom: 0.25em;
}
/* single item */
.additionalResourcesByLetterWrapper .content div {
  font-size: 0.8em;
  line-height: 1.25em;
  margin-bottom: 1em; /* 0.65em; */
}
.additionalResourcesByLetterWrapper .content a {
  color: tomato;
  text-decoration: underline;
}


.additionalResourcesByLetterWrapper .content b::after {
  content: " ";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  display: inline-block;
  margin-left: 0.55em;
  vertical-align: baseline;
  transition: all 100ms ease-in-out;
}
.additionalResourcesByLetterWrapper .content b:hover::after {
  border-radius: 0%;
  /* transform: rotateZ(-45deg); */
}

/* resource dot */
.additionalResourcesByLetterWrapper .content .resource b::after {
  background-color: #fff176; /* yellow; */
}
/* workshopLead */
.additionalResourcesByLetterWrapper .content .workshopLead b::after {
  background-color: lightgreen;
}
/* presenter */
.additionalResourcesByLetterWrapper .content .presenter b::after {
  background-color:#FFCCFF; /* pink; */
}



/*
.addResourceWrapper { }

.addRs .name {
  font-weight: 700;
}
.addRs {
  margin-bottom: 1em;
}
.addRs a {
  color: tomato;
  text-decoration: underline;
}
*/


/* HEADER ************************************* */
header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.headerWrapper {
  display: block;
}

header #logo h1 {
  margin-bottom: 0px; /* 0.5em; */
}
header #burgerMenuWrapper {
  display: flex;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0.5em;
}
/* left side of header */
header #burgerMenuWrapper #logoWrapper {
  flex: 0 0 66.6666%;
}
header #burgerMenuWrapper #logoWrapper h1 {
  font-size: 1.875em;
  margin-bottom: 0px;
  display: inline-block;
}
/* right side of header */
header #burgerMenuWrapper #btnWrapper {
  flex: 0 0 33.3333%;
  text-align: right;
}
/* color for all header links */
header #burgerMenuWrapper a {
  color: #152255;
  text-decoration: none;
}
header #burgerMenuWrapper a#burger {
  color: #152255;
  text-decoration: none;
  display: block;
  float: right;
  margin-top: -0.6125rem; /* -0.5rem; /* -10px; */
  margin-right: -0.325rem;
}
header #burgerMenuWrapper a#burger #burgerIcon,
header #burgerMenuWrapper a#burger #crossIcon {
  float: right;
}
header #burgerMenuWrapper a#burger #burgerIcon svg,
header #burgerMenuWrapper a#burger #crossIcon svg {
  display: block;
  float: right;
}


/* hide for icons */
#crossIcon.hide,
#burgerIcon.hide {
  display: none;
}

header #logo #wide h1,
header #logo #narrow h1 {
  display: inline-block;
}
header #menuList {
  flex: 0 0 100%;
  margin-bottom: 1em;
  max-height: 200px;
  overflow: hidden;
  transition: all 0.2s ease;
}
header #menuList.hide {
  max-height: 0px;
  margin-bottom: 0px;
}
header #menuList ul {
  list-style-type: none;
  display: block;
  float: left;
  width: 100%;
  margin: 0px; padding: 0px;
  border-bottom: 1px solid rgba(21,34,85, 0.35); /* #152255; */
}
header #menuList ul li {
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid rgba(21,34,85, 0.35); /* #152255; */
  margin: 0px;
  padding: 0px;
}
header #menuList ul li a {
  display: block;
  float: left;
  width: 100%;
  padding: 0px 1em;
  line-height: 2em;
  text-align: center;
  color: #152255;
}

header #menuList ul li a.activeAnchor {
  text-decoration: line-through;
}


/* workshops ********************************* */
.workshopWrapper {}

.ws {
  margin-bottom: 0.75em; /* 0.65em; */
}
.ws .number {
  display: block;
  float: left;
  width: 2em;
}
.ws .info {
  margin-left: 3em; /* 2.5em; /* 2.125em; */
}


.feather {
  width: 48px;
  height: 48px;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TYPE STUFF */

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0px 0px 0.5rem 0px;
}
#mainRight {
  text-align: left; /* right; */
  font-weight: 400 !important;
}
.noFat {
  font-weight: 400;
}
/*
h2 {
  font-size: 1.35rem;
  margin: 0px 0px 1rem 0px;
  padding: 0px;
  margin: 0px 0px 0.35rem 0px;
}
h3 {
  font-size: 1.25rem;
  padding: 0px;
}
*/

p {
  font-size: 1em;
  margin: 0px 0px 1.35rem 0px;
}
p.strike {
  text-decoration: line-through;
}

/* INLINE LINKS */
a { text-decoration: none; color: blue; outline: 0; }
a:active, a:focus { outline: 0; }
a:hover { text-decoration: underline; outline: none; }

a img {
  border: 0px;
}

/* external link styling */
a.external-link{
  position: relative;
  display: inline;
}
a.external-link:after {
  content: '\0009\2197';
}

/* Content */
.date {
  /* color: #BB0088; */
}
.ws .date {
  /* color: tomato; /* pink; */
}
.ws a {
  /* color: dodgerblue; /* blueviolet; /* lightblue; */
  color: tomato; /* inherit; */
  text-decoration: underline;
}



.bigLogoWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bigLogoWrapper img,
.bigLogoWrapper svg {
  width: 100%;
}
/*
#mapSource {
  width: 100%;
  height: 40vw;
  min-height: 300px;
  margin-bottom: 0px;
}
*/

.mapWrapper {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  /* pointer-events: none; */
  /*
  background: url(../images/MapImg.png);
  background-size: cover;
  */
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;  
  background-color: #e6e4e0; /* #111; */
  /* border-radius: 50%; */
  clip-path: circle(50%); /* works! - pointer-events are cut off outside circle! */
  /* pointer-events: all; */
  overflow: hidden;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* THERE ARE STYLESHEETS ATTACHED TO THIS formatting */

/* grids */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen {

  /* make font smaller */
  body {
    font-size: 18px;
  }
  /* h2 header */
  .upcoming .inside a div.Wrapper h2 {
    font-size: 1.75rem; /* 2.75rem; */
  }

  .headerWrapper {
    min-height: 3em;
  }
  #mainLeft {
    flex: 0 0 100%;
    padding: 1em 0.65em; /* 1.35em 1em; */
  }
  #mainRight {
    flex: 0 0 100%;
    padding: 1em 0.65em; /* 1.35em 1em; */
  }
  /* the map */
  #mainRight iframe {
    opacity: 0.9;
    margin: 0px; /* 0px 0px -10px 0px; */
  }
  #mainRight .headerWrapper {
    text-align: center;
  }

  h1 {
    font-size: 1.75em;
    line-height: 1em;
    letter-spacing: 0px;
    padding: 0px;
    margin-bottom: 1em;
    overflow-wrap: anywhere;
  }
  h1 .hAir {
    padding: 0px 0.01em 0px 0.05em; /* 0 0.05em; /* 0.1em; */
    font-size: 1em;
  }

  h2 {
    font-size: 1.325em;
    line-height: 1.35em;
  }

  .rs {
    flex: 0 0 100%; /* 0 0 50%; */
  }

  /* header */
  header #burgerMenuWrapper {
    flex: 0 0 100%;
  }
  header #burgerMenuWrapper a#burger #burgerIcon svg,
  header #burgerMenuWrapper a#burger #crossIcon svg {
    width: 2.75rem;
    height: 2.85rem;
    padding: 0.3rem 0.2rem 0px 0px; /* 0.3rem 0.2rem 0px 0px; */
  }

  header #logoWrapper #wide {
    display: none;
  }
  header #logoWrapper #narrow {
    display: block;
  }


  

  .rightHeader {
    text-align: center; /* right; /* center; */
  }

  .logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.8em;
  }
  .logos a {
  }
  .logos a img {
    max-width: 100%;
    height: auto;
    opacity: 0.9;
  }


  .additionalResourcesByLetterWrapper {
    grid-template-columns: repeat(1, 1fr);
  }

}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Small */
@media screen and (min-width: 400px) {

  .additionalResourcesByLetterWrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .rs {
    flex: 0 0 50%;
  }  

}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 4. */
@media screen and (min-width: 600px) {

  header #logoWrapper #wide {
    display: block;
  }
  header #logoWrapper #narrow {
    display: none;
  }

  .rs {
    flex: 0 0 33.3333%;
  }


  .logos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 1024 */
@media screen and (min-width: 1024px) {

  body {
    overflow-y: scroll;
  }

  .upcomingWrapper .imageWrapper .insideWrapper {
    font-size: 2.5rem;
  }


}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 4. */
@media screen and (min-width: 1280px) {
  
  /* make font smaller */
  body {
    font-size: 22px; /* 21px; /* 24px; */
  }

  header #burgerMenuWrapper a#burger #burgerIcon svg,
  header #burgerMenuWrapper a#burger #crossIcon svg {
    width: 3.1rem;
    height: 3.2rem;
    padding: 0.3rem 0.2rem 0px 0px;
  }

  .headerWrapper {
    min-height: 4em;
  }
  #mainLeft {
    flex: 0 0 51%;
    padding: 1.25em 1em; /* 1.75em 2em 1.75em 1.35em; */
  }
  #mainRight {
    flex: 0 0 49%;
    padding: 1.25em 1.5em; /* 1.25em 1em; /* 1.75em 1.35em; */
  }
  #mainRight .headerWrapper {
    text-align: right;
  }

  h1 {
    font-size: 1.75em; /* 2em; /* 2.5em; /* 3em; /* 2em; */
    padding: 0px;
    margin: 0px 0px 1em 0px; /* 0px 0px 0.5em 0px; */
  }

  
  .rightHeader {
    text-align: right;
  }

  .logos {
    grid-template-columns: 115px 115px 115px 115px 115px;
  }

}



/* ****************************************************************** */
/* ****************************************************************** */
/* Rubik font load */

/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik Italic'), local('Rubik-Italic'), url(../fonts/Rubik-Italic.ttf) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold Italic'), local('Rubik-BoldItalic'), url(../fonts/Rubik-BoldItalic.ttf) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Rubik'), local('Rubik-Regular'), url(../fonts/Rubik-Regular.ttf) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(../fonts/Rubik-Bold.ttf) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Rubik Black'), local('Rubik-Black'), url(../fonts/Rubik-Black.ttf) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




/**
 * @license
 *
 * Font Family: Chubbo
 * Designed by: Rafał Buchner
 * URL: https://www.fontshare.com/fonts/chubbo
 * © 2022 Indian Type Foundry
 *
 * Font Styles:
 * Chubbo Variable(Variable font)
 * Chubbo Variable Italic(Variable font)
 * Chubbo Extralight
 * Chubbo Extralight Italic
 * Chubbo Light
 * Chubbo Light Italic
 * Chubbo Regular
 * Chubbo Italic
 * Chubbo Medium
 * Chubbo Medium Italic
 * Chubbo Bold
 * Chubbo Bold Italic
 *
*/


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 400.0 'wght' 700.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

* 'wght' (range from 200.0 to 700.0)

*/

@font-face {
  font-family: 'Chubbo-Variable';
  src: url('../fonts/Chubbo-Variable.woff2') format('woff2'),
       url('../fonts/Chubbo-Variable.woff') format('woff'),
       url('../fonts/Chubbo-Variable.ttf') format('truetype');
       font-weight: 200 700;
       font-display: swap;
       font-style: normal;
}


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 400.0 'wght' 700.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

* 'wght' (range from 200.0 to 700.0)

*/

@font-face {
  font-family: 'Chubbo-VariableItalic';
  src: url('../fonts/Chubbo-VariableItalic.woff2') format('woff2'),
       url('../fonts/Chubbo-VariableItalic.woff') format('woff'),
       url('../fonts/Chubbo-VariableItalic.ttf') format('truetype');
       font-weight: 200 700;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Chubbo-Extralight';
  src: url('../fonts/Chubbo-Extralight.woff2') format('woff2'),
       url('../fonts/Chubbo-Extralight.woff') format('woff'),
       url('../fonts/Chubbo-Extralight.ttf') format('truetype');
       font-weight: 200;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Chubbo-ExtralightItalic';
  src: url('../fonts/Chubbo-ExtralightItalic.woff2') format('woff2'),
       url('../fonts/Chubbo-ExtralightItalic.woff') format('woff'),
       url('../fonts/Chubbo-ExtralightItalic.ttf') format('truetype');
       font-weight: 200;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Chubbo-Light';
  src: url('../fonts/Chubbo-Light.woff2') format('woff2'),
       url('../fonts/Chubbo-Light.woff') format('woff'),
       url('../fonts/Chubbo-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Chubbo-LightItalic';
  src: url('../fonts/Chubbo-LightItalic.woff2') format('woff2'),
       url('../fonts/Chubbo-LightItalic.woff') format('woff'),
       url('../fonts/Chubbo-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Chubbo-Regular';
  src: url('../fonts/Chubbo-Regular.woff2') format('woff2'),
       url('../fonts/Chubbo-Regular.woff') format('woff'),
       url('../fonts/Chubbo-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Chubbo-Italic';
  src: url('../fonts/Chubbo-Italic.woff2') format('woff2'),
       url('../fonts/Chubbo-Italic.woff') format('woff'),
       url('../fonts/Chubbo-Italic.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Chubbo-Medium';
  src: url('../fonts/Chubbo-Medium.woff2') format('woff2'),
       url('../fonts/Chubbo-Medium.woff') format('woff'),
       url('../fonts/Chubbo-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Chubbo-MediumItalic';
  src: url('../fonts/Chubbo-MediumItalic.woff2') format('woff2'),
       url('../fonts/Chubbo-MediumItalic.woff') format('woff'),
       url('../fonts/Chubbo-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Chubbo-Bold';
  src: url('../fonts/Chubbo-Bold.woff2') format('woff2'),
       url('../fonts/Chubbo-Bold.woff') format('woff'),
       url('../fonts/Chubbo-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Chubbo-BoldItalic';
  src: url('../fonts/Chubbo-BoldItalic.woff2') format('woff2'),
       url('../fonts/Chubbo-BoldItalic.woff') format('woff'),
       url('../fonts/Chubbo-BoldItalic.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: italic;
}


