/* ubuntu-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/ubuntu-v20-latin-regular.woff2') format('woff2');
}

/* ubuntu-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('/assets/fonts/ubuntu-v20-latin-italic.woff2') format('woff2');
}

/* ubuntu-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/ubuntu-v20-latin-700.woff2') format('woff2');
}

* { font-family: "Ubuntu", "sans-serif"; line-height: 1.2em;}
BODY { background-color: #FFFFFF; font-family: "Ubuntu", "sans-serif"; font-size: 14px; color: #393939; }

P, LI {font-size: 14px; margin: 0px; line-height: 18px}

.huge {font-size: 36px;}
.reallybig {font-size: 24px;}
.big {font-size: 18px;}
.small {font-size: 10px; font-weight: 400}

.bold {font-weight: 700}
.semibold {font-weight: 600}

A:link {color: #393939; text-decoration: underline; }
A:visited {color: #393939; text-decoration: underline; }
A:hover {color: #393939; text-decoration: none;}

IMG {border: 0}

.frame {
  border: 1px solid #D0D0D0
}