/*
Theme Name: TailPress
Theme URI: https://github.com/jeffreyvr/tailpress
Author: Jeffrey van Rossum
Author URI: https://vanrossum.dev
Description: A WordPress theme made with TailPress.
Version: 0.1.4
License: MIT
License URI: https://github.com/jeffreyvr/tailpress/blob/master/LICENSE
Text Domain: tailpress
*/
html {
    scroll-behavior: smooth;
}
body {
    font-size: 14px;
    line-height: 1.25;
    word-break: auto-phrase;
}
@media (max-width: 781px) {
    body {
        font-size: 12px;
        line-height: 1.5;
    }
}
a, abbr, address, article, aside, audio, b, blockquote, body, button, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, p, pre, q, samp, section, select, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
    font-family: "Gothic A1", sans-serif, serif;
    font-size: inherit;
    line-height: inherit;
}
/* Scrollbar Width */
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
/* Scrollbar Track */
::-webkit-scrollbar-track {
    background: white;
    border-radius: 9999px;
}
/* Scrollbar Handle */
::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 9999px;
}
/* Scrollbar Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(217, 217, 217, 0.8);
}

#toast_message a {
    color: #0198DA;
    text-decoration: underline;
}
#toast_message a:hover {
    opacity: 0.8;
}

/* CSS SP */
#toast_message .textwidget p {
	font-weight: 400;
	font-size: 13px;
}

@media (min-width: 782px) {
/* 	CSS PC */
	#toast_message .textwidget p {
		font-weight: 500;
		font-size: 15px;
	}
}
