@import url(font.css);
@import url(swift.css);
@import url(header.css);
@import url(menu.css);
@import url(content.css);
@import url(footer.css);

html {
	color: #000;
}

.highlight {
    color: #FF7F00;
}

body {
    word-wrap: break-word;
	margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #FF7F00;
}

a:hover {
  text-decoration: underline;
}

/** PAGE WIDTH */

.page-width {
    max-width: 52rem;
    margin: auto;
	padding: 0 1rem;
}

.safe-area {
    padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}
