/*--- IMPORTS ---*/
@import url("https://fonts.cdnfonts.com/css/cano");
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap");

/*--- CLASSES ---*/
.f-sealion { font-family: Cano, Helvetica, sans-serif; }
.f-title   { font-family: Unbounded, Helvetica, sans-serif; font-weight: 400; }
.f-text    { font-family: Unbounded, Helvetica, sans-serif; font-weight: 200; }
.f-link    { color: var(--font-color); }
.f-link:hover { color: var(--orange); }

.f-orange  { color: var(--orange); }