@font-face {
    font-family: 'Steelfish Rounded';
    src: url('SteelfishRounded-Regular.woff2') format('woff2'),
        url('SteelfishRounded-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Steelfish Rounded Book';
    src: url('SteelfishRounded-Book.woff2') format('woff2'),
        url('SteelfishRounded-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Steelfish Rounded';
    src: url('SteelfishRounded-Bold.woff2') format('woff2'),
        url('SteelfishRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Steelfish Rounded';
    src: url('SteelfishRounded-ExtraBold.woff2') format('woff2'),
        url('SteelfishRounded-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Steelfish Rounded';
    src: url('SteelfishRounded-Light.woff2') format('woff2'),
        url('SteelfishRounded-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: 'Steelfish Rounded', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
}

h1{
    font-size: 72px;
    text-transform: uppercase;
}

h2{
    font-size: 60px;
}

h3{
    font-size: 48px;
}

h4{
    font-size: 36px;
}

h5{
    font-size: 30px;
}

h6{
    font-size: 24px;
}

.nav-item{
    font-size: 18px;
}

p, li{
    font-size: 20px;
	color: #fdd700;
}
p{
	text-align: justify;
}

small{
    font-size: 14px;
}