@font-face {
    font-family: "Zen Maru Gothic";
    src: url("/wp-content/themes/coderback/assets/fonts/Zen_Maru_Gothic/ZenMaruGothic-Light.ttf") format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: "Zen Maru Gothic";
    src: url("/wp-content/themes/coderback/assets/fonts/Zen_Maru_Gothic/ZenMaruGothic-Regular.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Zen Maru Gothic";
    src: url("/wp-content/themes/coderback/assets/fonts/Zen_Maru_Gothic/ZenMaruGothic-Medium.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Zen Maru Gothic";
    src: url("/wp-content/themes/coderback/assets/fonts/Zen_Maru_Gothic/ZenMaruGothic-Bold.ttf") format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: "Zen Maru Gothic";
    src: url("/wp-content/themes/coderback/assets/fonts/Zen_Maru_Gothic/ZenMaruGothic-Bold.ttf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: "Zen Maru Gothic";
    src: url("/wp-content/themes/coderback/assets/fonts/Zen_Maru_Gothic/ZenMaruGothic-Black.ttf") format("truetype");
    font-weight: 800;
}
@font-face {
    font-family: "Zen Maru Gothic";
    src: url("/wp-content/themes/coderback/assets/fonts/Zen_Maru_Gothic/ZenMaruGothic-Black.ttf") format("truetype");
    font-weight: 900;
}
@font-face {
    font-family: "DotGothic16";
    src: url("/wp-content/themes/coderback/assets/fonts/DotGothic16/DotGothic16-Regular.ttf") format("truetype");
}
button {
    cursor: pointer;
}
body {
    font-family: "Zen Maru Gothic";
}
a.button {
    text-decoration: none;
    cursor: pointer;
}
.coderback-content h3 {
    letter-spacing: 0;
    color: var(--color-coderback-green);
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 2rem;
}
.coderback-content h3:not(:first-child) {
    padding-top: 1rem;
}
.coderback-content blockquote {
    padding-bottom: 1rem;
}
.coderback-content p {
    color: var(--color-coderback-grey);
    padding-bottom: 1rem;
}
.coderback-content li p,
.coderback-content blockquote p
{
    padding: 0;
}
.coderback-content ul,
.coderback-content ol
{
    padding-bottom: 1rem;
}
.coderback-content ul {
    list-style: disc;
    padding-left: 1rem;
}
.coderback-content ol {
    list-style: decimal;
    padding-left: 1rem;
}
.coderback-content ul li::marker {
    color: var(--color-coderback-green);
}
.coderback-content blockquote p,
.coderback-content p strong 
{
    color: var(--color-coderback-white);
}
.coderback-content p strong {
    font-weight: inherit;
}
.coderback-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.scrollbar-none {
    scrollbar-width: none;
}