/*  `ROOT`
------------------------------------------------------------------*/
html {
  margin:0;
  padding:0;
}

body {
  background-color: #111;
  padding: 20px;
}

@font-face {
    font-family: 'scto';
    src: url('../fonts/SctoGroteskA-Regular.woff2') format('woff2'),
         url('../fonts/SctoGroteskA-Regular.woff') format('woff'),
         url('../fonts/SctoGroteskA-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

main{
  width: 100%;
  max-width: 480px;
  margin: auto;
}

/*  `TYPOGRAPHY` (Base)
------------------------------------------------------------------*/
body {
  color: #fff;
  font-family: 'scto';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  opacity: 1;
  color: rgba(255,255,255,1);
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0,1px;
  text-align: left;
  line-height: 35px;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: ;
}

h2 {
  font-size: ;
}

h3 {
  font-size: ;
}

h4 {
  font-size: ;
}

h5 {
  font-size: ;
}

h6 {
  font-size: ;
}

p,
ol,
ul,
dl,
address {
  opacity: 1;
  color: rgba(255,255,255,1);
  font-family: "scto";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0,07px;
  text-align: left;
  margin: 0;
  padding: 0;
}

ul,
ol {}

ul {}

ol {}

li ul,
li ol {
  font-size: ;
  margin: ;
}

dl,
dd {}

dt {}

blockquote {}

b,
strong {}

i,
em {}

sup,
sub {
  font-size: 60%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
  padding-left: 4px;
  padding-right: 2px;
}

sub {
  bottom: -.25em;
}

address {}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: ;
}

/*  `BASE STYLES`
------------------------------------------------------------------*/
/*-- ~LINKS --*/

a, a:link, a:active, a:visited{
  text-decoration: none;
  color: #FFF;
  border: 1px solid #fff;
  border-radius: 25px;
  padding-top: 6px;
  padding-bottom: 5px;
}

a.default, a:link.default, a:active.default, a:visited.default{
  text-decoration: underline;
  color: #FFF;
  border: none;
  padding: 0;
  background-color: none;
  opacity: 1;
  color: rgba(255,255,255,1);
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0,1px;
  text-align: left;
  line-height: 35px;
  text-underline-offset:8px;
  text-decoration-thickness:1.25px;
}

a.default:hover{
  background-color: transparent;

}

/*-- ~FIGURES & IMAGES --*/
/*-- ~TABLES --*/
/*-- ~FORMS --*/
/*  `HEADER`
------------------------------------------------------------------*/
/*  `FOOTER`
------------------------------------------------------------------*/
/*  `MAIN STRUCTURE`
------------------------------------------------------------------*/

section{
  margin-bottom: 38px;
}

/*  `GENERAL CONTENT`
------------------------------------------------------------------*/
/*  `SPECIFIC PAGE`
------------------------------------------------------------------*/
/*  `UTILITY STYLES`
------------------------------------------------------------------*/

.upper{
  text-transform: uppercase;
  letter-spacing: 1px;
}

a span.box{
  padding: 6px 11px 5px 11px;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

a:hover{
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 25px;
}

a:hover span.box::after{
  position: relative;
  content: url("../img/arrow_b.svg");
  left: 6px;
  padding-right: 5px;
  top: -1px;
}

a span.box::after{
  position: relative;
  content: url("../img/arrow.svg");
  left: 6px;
  padding-right: 5px;
  top: -1px;
}

.past{
  text-decoration-line: line-through;
  text-decoration-thickness:1.25px;
}

.annotations{
  text-align: right;
}
